hacking on boot.c to add PE, COFF, LE executables...

2001-12-11 Thread Dark Fiber
boot.c is a complete mess geared to only load elf files (and hack a.out into some sembelance of an elf file wrt text/data/bss). I want to add LE, PE and COFF to its executable loading, but this requires huge changes in boot.c (i get TONNES!! of email from ppl about booting homebrew kernels

Re: hacking on boot.c to add PE, COFF, LE executables...

2001-12-11 Thread Alex Thiel
On Tuesday 11 December 2001 14:38, Dark Fiber wrote: boot.c is a complete mess geared to only load elf files (and hack a.out into some sembelance of an elf file wrt text/data/bss). I want to add LE, PE and COFF to its executable loading, but this requires huge changes in boot.c (i get