Running sudo ./build.sh when the menu comes up to select the configuration options I select: kernel hacking -> system trace The build script errors out as follows: ld86 -0 -M -s -o boot/bootsect boot/bootsect.o > boot/bootsect.map ld86 -0 -M -s -o boot/setup boot/setup.o > boot/setup.map (cd ../.. ; ld86 -0 -i -t -M \ arch/i86/boot/crt0.o arch/i86/boot/crt1.o \ init/main.o kernel/kernel.a fs/fs.a lib/lib.a net/net.a fs/minix/minixfs.a arch/i86/kernel/akernel.a arch/i86/lib/lib86.a arch/i86/mm/mm.a arch/i86/drivers/char/chr_drv.a arch/i86/drivers/block/blk_drv.a arch/i86/drivers/net/net_drv.a \ -o arch/i86/boot/system > arch/i86/boot/system.tmp ; \ sort -k4 arch/i86/boot/system.tmp > arch/i86/boot/system.map ; \ rm -f arch/i86/boot/system.tmp ) ld86: data segment too large for 16bit tools/build boot/bootsect boot/setup boot/system > boot/Image Root device is (3, -128) Boot sector 512 bytes. Setup is 1660 bytes. Unable to open 'system' make[2]: *** [Image] Error 1 make[2]: Leaving directory `/home/djohanse/elk2/elks/elks/arch/i86' make[1]: *** [Image] Error 2 make[1]: Leaving directory `/home/djohanse/elk2/elks/elks' make: *** [elks] Error 2 Build script has terminated with error 4 -- To unsubscribe from this list: send the line "unsubscribe linux-8086" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html