The following changes to linux/arch/i386/Makefile were inadvertantly left out of the patches I posted ealier. Please apply them and recompile the kernel with the elf compiler. I apologize for any inconvenience. Ross Biro biro@yggdrasil.com *** Makefile.~1~ Thu Dec 15 11:02:40 1994 --- Makefile Tue Dec 20 10:05:47 1994 *************** *** 39,49 **** zBoot/zSystem: zBoot/*.c zBoot/*.S tools/zSystem $(MAKE) -C zBoot zImage: $(CONFIGURE) boot/bootsect boot/setup zBoot/zSystem tools/build ! tools/build boot/bootsect boot/setup zBoot/zSystem $(ROOT_DEV) > zImage sync zdisk: zImage dd bs=8192 if=zImage of=/dev/fd0 --- 39,50 ---- zBoot/zSystem: zBoot/*.c zBoot/*.S tools/zSystem $(MAKE) -C zBoot zImage: $(CONFIGURE) boot/bootsect boot/setup zBoot/zSystem tools/build ! objdump -k -q -o 4096 zBoot/zSystem >zBoot/zSystem.out ! tools/build boot/bootsect boot/setup zBoot/zSystem.out $(ROOT_DEV) > zImage sync zdisk: zImage dd bs=8192 if=zImage of=/dev/fd0