Video initialization, and bootloaders...

ron minnich rminnich at lanl.gov
Tue Mar 9 01:11:00 CET 2004


On 8 Mar 2004, Eric W. Biederman wrote:

> An important thing to verify here is that the standard cpu
> identification steps will show the emulated cpu to be a 386 or whatever
> minimal processor we support.  And we should tightly restrict the
> emulated codes access to memory, presenting it with a virtual not a real
> view of what is going on.  Keeping the code chained as much as possible.

That is pretty much what we are doing now. We will be plugging the 
emulator into linuxbios, Ollie is working out the design. 

> I think the simplest path to a flexible LinuxBIOS solution is to have a
> native LinuxBIOS loader like etherboot, the Linux kernel or possibly
> something much simpler act as a switch between the different
> personalities we can wear, PCBIOS openfirmware, efi, arc, etc.  And we
> will boot with whichever one the user selects.

I'm currenly liking FILO or the linux kernel the best. 

> Using a bootloader as a switch to select among the others is the only
> easy way I can see to have my cake and it too with supporting multiple
> personalities.  You get only one at a time but I think that is easier to
> verify.

we'll see how it goes...

ron




More information about the coreboot mailing list