Re: embedded ROMd linux?

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Fri, 27 Jun 1997 08:54:35 +0200 (MET DST)


Alan Cox wrote:
>
> > 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

By the way, I would like to have the option of not using the PCI bios
for PCI configuration space access.

bool 'PCI bios support' CONFIG_PCI
if [ "$CONFIG_PCI" = "n" ]; then
bool ' Support Direct PCI access' CONFIG_PCI_DIRECT
fi

>
> Alan
>