[comp.os.minix] Help building Minix386

poon@cat9.cs.wisc.edu (Ka-Cheong Poon) (06/23/91)

I tried to build Bruce Evan's Minix-386 on my machine.  My Minix is 
the one distributed by Prentice Hall.  I can compile mm, fs, and init.  
But I cannot build the kernel.  I got an error message like this:

as -0 -a klib.s -o klib.o
00592 0016   6766    8B82   00000000            	mov	eax,EPCREG(edx)		| signalled process' PC
*****                                                               ^unbound label
00594 0023   6766    8B82   00000000            	mov	eax,ECSREG(edx)		| signalled process' cs
*****                                                               ^unbound label
00596 0030   6766    8B82   00000000            	mov	eax,EPSWREG(edx)	| signalled process' PSW
*****                                                               ^unbound label

00003 errors
00000 warnings

The crc for klib386.x is correct.
Could someone tell me how to solve this problem?

Thanks in advance.

Ka-Cheong.