Re: kernel compilation question

2000-09-30 Thread Alan Cox
> that the main kernel is compiled with gcc, and linked with standard ld, > and only the bootloader code is compiled using the bin86 (as86, > ld86) tools. Am I right in interpreting this to mean that the main kernel > is/can be 32-bit binary, and not strictly 16-bit? The main kernel is 32bit. The

kernel compilation question

2000-09-30 Thread Daniel Lange
I was perusing the makefiles, and I've pretty much come to the conclusion that the main kernel is compiled with gcc, and linked with standard ld, and only the bootloader code is compiled using the bin86 (as86, ld86) tools. Am I right in interpreting this to mean that the main kernel is/can be 32-b