Re: embedded ROMd linux?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 26 Jun 1997 20:45:34 +0100 (BST)


> I'm interested in an embedded 386 ROM-based linux. Any pointers?

All you should need to do is to change the setup code to create a fake
disk drive descriptor block if need be and unpack zImage from flash to
RAM. Providing you say no to APM and PCI BIOS support no bios calls are
made after the 16bit setup

Alan