[comp.os.minix] PC/8088 emulator on MINIX tape

misha@nsc.nsc.com (Michael Umansky) (05/15/87)

Hello.  I would like to ask couple of questions:

The PC/8088 emulator that comes on the TAPE distribution of MINIX, is it
an emulator for the 8088 processor or for the PC-DOS operating system, and
how accurate is it (anyone has the emulator?)?

Does the source to the emulator come with it?

If I order the TAPE distribution, will I be able to copy the sources
from tape to floppies and have something close to the XT-640K distribution
and be able to build it on PC???

Also, how can I tell if I get the original MINIX distribution or the
NEW, UPDATED VERSION that Prentice-Hall is supposed to be shipping in June?

Can anyone remind me on how to get the compiler sources!

Does anyone know if the separation of as and ld has been completed and if
the new versions will be in the new, updated distribution?

Thanks to all with knowledge!
--
		NAME:   Michael Umansky (misha)
		E-MAIL:
			 	sun! ----\
				hplabs! --\
				pyramid! --+----> nsc!misha
				decwrl! --/
				amdahl! -/
		WORK:
			National Semiconductor Corporation
			1135 Kern Avenue
			Sunnyvale, CA  94086
			(408) 721-8109 (work)
		HOME:
			4331 Lincoln Way
			San Francisco, CA  94122
			(415) 564-3921 (home)

ast@cs.vu.nl (Andy Tanenbaum) (05/17/87)

In article <4328@nsc.nsc.com> misha@nsc.nsc.com (Michael Umansky) writes:
>The PC/8088 emulator that comes on the TAPE distribution of MINIX, is it
>an emulator for the 8088 processor or for the PC-DOS operating system, and
>how accurate is it (anyone has the emulator?)?
It is basically an 8088 interpreter, with simulation of the floppy disk, clock
and display (partially).  There is no input.  It interprets a raw 8088, and
knows nothing about DOS or even the BIOS.  It can run MINIX, but it is slow.

>Does the source to the emulator come with it?
The full source is included.

>If I order the TAPE distribution, will I be able to copy the sources
>from tape to floppies and have something close to the XT-640K distribution
>and be able to build it on PC???
Only with a lot of work.  The tape contains no binaries and does not contain
any C compiler (neither source nor binary).  This means that you need the C
compiler at the very least.  Then you have to figure out what to do.
Since all the sources are there, in theory it should be possible.

>Also, how can I tell if I get the original MINIX distribution or the
>NEW, UPDATED VERSION that Prentice-Hall is supposed to be shipping in June?
There is only one distribution so far, MINIX 1.1.  Someday there may be a 
MINIX 1.2, but not until the Fall, at the earliest.. 

>Can anyone remind me on how to get the compiler sources!
See the preface of the book.  Briefly, they are available from UniPress in
Edison NJ at (201) 985-8000 and Transmediair Utrecht BV in Holland at
(30) 78 18 20.

>Does anyone know if the separation of as and ld has been completed and if
>the new versions will be in the new, updated distribution?
I know.  It hasn't happened yet and won't for months, at best.  The split
I & D asld is almost ready, however.

Andy Tanenbaum (ast@cs.vu.nl)