Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - MSToolKit: (3 Items)
   
MSToolKit  
I'm building a backup station for a QNX 4.25 install.
The current system has this 'mstoolkit' installed - but I can't find a source file or media.

Does anyone know the source filename (assuming it was downloaded)? (Maybe it IS on this system somewhere?)

Or does anyone know where I can get a copy of this for the backup station I'm building?

I've searched hi and lo at QNX.com, and no success.

Thx
Re: MSToolKit  
Found some docs in the /MSToolKit/ folder, excerpted here:
Still no hits when searching for "Mode Switcher Toolkit"?

From vbios.doc
 
Title: vbios library
Author: Robin Burgener
  File: /home/robinb/doc/vbios.doc
  Date: Sept 12, 1997


Related files...
vbios.lib
vbios.h


Introduction

This library contains functions to emulate a real-mode 80x86 processor.
This is accomplished in one of two ways, the opcodes are either
interpreted, executed in virtual mode (Neutrino ONLY) or executed
in real-mode (QNX 4 only).

With the interpreter, a.k.a. Emu86, all opcodes are interpreted and all
memory may be virtual, parts of the "real-mode" machine are overlayed into
the emulator's memory space.  This approach has allowed QNX to maintain
compatibility with the changing video card markets by using the video card
vendor's video BIOS supplied with the video card instead of hard-coding
modeswitching code for every new video card.  Although the primary
purpose of this is to interpret calls to int10h, many other
applications are possible.


*** Definitions

Emu86 - The part of VBIOS that interprets 80x86 opcodes and performs
  the operations on a virtualized memory space
VM86 - The part of VBIOS that uses either virtual mode under Neutrino or
  real-mode under QNX4

****************************************************
From ModeSwitcher.doc

Document Title:      Building a Video Mode Switcher
Author            :              David Rempel and Pete Patterson
Filename      :      ModeSwitcher.doc
Location      :      MSToolkit/docs/
Date              :              October 25 1997


                                        Building a Video Mode Switcher
                                        ------------------------------


1 Introduction
--------------

        This document covers the purpose of a QNX Video Mode Switcher (referred
to as QVMS or Mode Switcher from now on) in the QNX/Photon or Neutrino/Photon
environment, and how to go about making one for a specific video card.
It also gives a rundown of the libraries included in the Mode Switcher
Toolkit (MSTK) to help with the various commonalities of QVMS writing.
Re: MSToolKit  
Found the tar file on the original system (MSToolkit.Alpha.111997.tar).
Thx