Re: Boot Windows Please!

2005-01-28 Thread Peter Stuge
On Thu, Jan 27, 2005 at 08:49:51AM -0700, Ronald G. Minnich wrote: On Thu, 27 Jan 2005, Peter Stuge wrote: [..] Hope this helps. looks like a great FAQ entry to me Feel free to post it anywhere you think appropriate! //Peter ___ Linuxbios

Re: Boot Windows Please!

2005-01-27 Thread Ronald G. Minnich
On Wed, 26 Jan 2005, Adam Talbot wrote: Humm, had one of my strange ideas. Would it be possible to use the linuxbios kernel as the system kernel?? sure, people have been doing that for years. ron ___ Linuxbios mailing list

Re: Boot Windows Please!

2005-01-27 Thread Adam Sulmicki
Humm, had one of my strange ideas. Would it be possible to use the linuxbios kernel as the system kernel?? So instead of calling a new kernel through FILO or booting from etherboot, could I just have Linux bios call INIT, like a normal kernel. I am looking to get the best possible boot time. 1

Re: Boot Windows Please!

2005-01-27 Thread Ronald G. Minnich
On Thu, 27 Jan 2005, Peter Stuge wrote: That's how LinuxBIOS was initially designed. LinuxBIOS in itself is only minimal code for initializing a mainboard with peripherals just enough for a Linux kernel to take over and to the rest. LinuxBIOS does not contain a kernel per se. After

Re: Boot Windows Please!

2005-01-27 Thread Adam Talbot
: Re: Boot Windows Please! On Thu, 27 Jan 2005, Peter Stuge wrote: That's how LinuxBIOS was initially designed. LinuxBIOS in itself is only minimal code for initializing a mainboard with peripherals just enough for a Linux kernel to take over and to the rest. LinuxBIOS does

Re: Boot Windows Please!

2005-01-27 Thread Ronald G. Minnich
just make sure you have the absolute min device drivers and your suspend and you ought to be ok ron ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

Boot Windows Please!

2005-01-26 Thread Digital Infra, Inc.
Hello. As my understanding, current LinuxBIOS can not boot Windows and the reason for it is that it depends on 16bit bios feature much. So far is right? If right, how about this way. Have you noticed already? First, LinuxBIOS is loaded from flash ROM. Then, it moves itself to uppder 16M area.

Re: Boot Windows Please!

2005-01-26 Thread Stefan Reinauer
* Digital Infra, Inc. [EMAIL PROTECTED] [050126 13:51]: Hello. As my understanding, current LinuxBIOS can not boot Windows and the reason for it is that it depends on 16bit bios feature much. So far is right? If right, how about this way. Have you noticed already? First, LinuxBIOS is

Re: Boot Windows Please!

2005-01-26 Thread Digital Infra, Inc.
Thanks! I did just reinvent the wheel. BTW, how it has progressed? these two URLs get not found. http://www.missl.cs.umd.edu/Projects/sebos/main.shtml http://www.missl.cs.umd.edu/Projects/sebos/phase2.shtml --- Okajima. * Digital Infra, Inc. [EMAIL

Re: Boot Windows Please!

2005-01-26 Thread Digital Infra, Inc.
And it boots Windows XP? Thanks! I did just reinvent the wheel. BTW, how it has progressed? these two URLs get not found. http://www.missl.cs.umd.edu/Projects/sebos/main.shtml http://www.missl.cs.umd.edu/Projects/sebos/phase2.shtml --- Okajima. *

Re: Boot Windows Please!

2005-01-26 Thread Stefan Reinauer
* Digital Infra, Inc. [EMAIL PROTECTED] [050126 15:20]: And it boots Windows XP? AFAIK only Win2k, but it could be advanced. The current URL is http://www.missl.cs.umd.edu/sebos.html The code is in LinuxBIOS v1 CVS Stefan ___ Linuxbios mailing

Re: Boot Windows Please!

2005-01-26 Thread Ronald G. Minnich
On Wed, 26 Jan 2005, Digital Infra, Inc. wrote: First, LinuxBIOS is loaded from flash ROM. Then, it moves itself to uppder 16M area. and it loads some free 16bit BIOS image from somewhere ( e.g. HDD, USB memory or even network) to under 1M area. And LinuxBIOS jumps to 16bit BIOS. Of course,

Re: Boot Windows Please!

2005-01-26 Thread Richard Smith
Look at Adam Sulmicki's ADLO work, he did something very similar to this. I currently use ADLO so I might be able to answer your questions. I've only sucessfully booted linux via LILO under ADLO. I mostly use ADLO to get the video bios up and going. I've tried to boot a MSDOS compact flash

Re: Boot Windows Please!

2005-01-26 Thread Adam Sulmicki
On Wed, 26 Jan 2005, Richard Smith wrote: I don't see any reason that ADLO sould not be able to boot FreeDOS. ADLO is a deriative of the bios from the bochs project so if you can get bochs to boot FreeDOS or MSDOS then the same should be possible under ADLO. starting with FreeDOS is probably a

Re: Boot Windows Please!

2005-01-26 Thread Richard Smith
or perhaps to put it other way around; 95% of current problems with BOCHS bios is related to the ide driver. Get IDE driver right and it is quite possible most of the stuff will work. I think that I when I remeber looking at the diff between ADLO and the latest bochs stuff that the ADLO stuff

Re: Boot Windows Please!

2005-01-26 Thread Ronald G. Minnich
On Wed, 26 Jan 2005, Richard Smith wrote: I think that I when I remeber looking at the diff between ADLO and the latest bochs stuff that the ADLO stuff payed attention to some status bits that the stock bochs stuff didn't. Plus the ADLO IDE stuff worked where the latest bochs stuff did

Re: Boot Windows Please!

2005-01-26 Thread Adam Talbot
-Ron (Linuxbios team) Humm, had one of my strange ideas. Would it be possible to use the linuxbios kernel as the system kernel?? So instead of calling a new kernel through FILO or booting from etherboot, could I just have Linux bios call INIT, like a normal kernel. I am looking to get the best

Re: Boot Windows Please!

2005-01-26 Thread Stefan Reinauer
* Adam Talbot [EMAIL PROTECTED] [050127 06:52]: -Ron (Linuxbios team) Humm, had one of my strange ideas. Would it be possible to use the linuxbios kernel as the system kernel?? So instead of calling a new kernel through FILO or booting from etherboot, could I just have Linux bios call INIT,

Re: Boot Windows Please!

2005-01-26 Thread Peter Stuge
On Wed, Jan 26, 2005 at 09:52:11PM -0800, Adam Talbot wrote: -Ron (Linuxbios team) Humm, had one of my strange ideas. Would it be possible to use the linuxbios kernel as the system kernel?? So instead of calling a new kernel through FILO or booting from etherboot, could I just have Linux