Ronald G Minnich wrote: >so far linuxbios has booted: linux and WinCE. > >As of today, we successfully loaded the plan 9 loader, 9load, and had it >boot plan9. > >Congrats to Andrey Mirtchovski for getting this going! > >Also, I should mention, I had to comment out: verify_loaded_image >to make it work. There's something wrong in there. I'm going to see if >that's also the cause of my troubles on the L440GX+. Also, bounce_buffer >computed a bounce buffer address of something like: 0x1ffa3bd0 or some >such, which is somewhat out of range. So we modifed the mkelfImage script >to put 9load's 0x10000 segment at 0x60000. Modulo these issues in elfboot, >it all works! > Recently, I am playing with the NewOS (http://newos.sourceforge.net). The booting sequence for NewOS (actually it is inherited form OpenBLT which in turn inherited from SigOps by ACM@UIUC) is very simple. The only few BIOS calls made are int 0x10 to set correct VESA/VGA mode in its bootblock. With proper int 0x10 support or FBDev driver, LinuxBIOS should be able to to NewOS without problem.
P.S. I know, this NewOS is only a toy so don't take it too serious. Ollie