Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Yinghai Lu
I have checked the Etherboot, and it would be some easier to integrate filo into Etherboot. May add one BOOT_FILO in cmos.layout. In the core/main.c, will judge if boot type is BOOT_FILO, and will call filo, and set state still =4, so it can boot next device. The problem is it is some kind of

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Yinghai Lu
Eric, Greg just move the fs support from filo to linuxbios, and create fs_stream. It still calls the elfboot to load the elfimage in HD. And it doesn't support linux_load. So it is some kind of boot loader you said. It is really enhancement to ide_stream.c Regards YH -- : Eric W.

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Greg Watson
Correct. I haven't included linux_load, though it would probably be easy to do. FILO simply calls elfboot to load the image from a filesystem. Merging FILO with etherboot is a fine idea, but it doesn't solve the loader problem for PPC. At this point I don't see any requirement to port

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread ron minnich
On Sun, 4 Apr 2004, Yinghai Lu wrote: I have checked the Etherboot, and it would be some easier to integrate filo into Etherboot. Not everyone here at LANL is that satisfied with etherboot, and in fact we are moving over to FILO. There are a lot of reasons. We've just had lots better luck

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Eric W. Biederman
ron minnich [EMAIL PROTECTED] writes: On Sun, 4 Apr 2004, Yinghai Lu wrote: I have checked the Etherboot, and it would be some easier to integrate filo into Etherboot. Not everyone here at LANL is that satisfied with etherboot, and in fact we are moving over to FILO. There are a lot of

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Eric W. Biederman
ron minnich [EMAIL PROTECTED] writes: On Sun, 4 Apr 2004, Yinghai Lu wrote: I have checked the Etherboot, and it would be some easier to integrate filo into Etherboot. Not everyone here at LANL is that satisfied with etherboot, and in fact we are moving over to FILO. There are a lot of

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread ron minnich
On 4 Apr 2004, Eric W. Biederman wrote: Personally the one I want is based on a real live kernel. And if I can get some time that is what you will see. Sure. That's where I started this project from almost 5 years ago. We only have this plethora of bootloaders (etherboot, filo, 9load, etc.)

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Greg Watson
On 04/04/2004, at 9:02 PM, Eric W. Biederman wrote: Greg Watson [EMAIL PROTECTED] writes: Correct. I haven't included linux_load, though it would probably be easy to do. FILO simply calls elfboot to load the image from a filesystem. Feature bloat. No, it's functionality that is needed for PPC

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread ron minnich
On 4 Apr 2004, Eric W. Biederman wrote: Ron, is LANL going to maintain FILO then? Right now, LANL doesn't by itself maintain everything any way. Look at the excellent work you and Yinghai and others do every day on LinuxBIOS. Unless I hear from SONE soon it is starting to look like like

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread ron minnich
RE the bigger issue of compiling things direct into linuxbios. I've been thinking for some time of an experiment, namely turning this whole business inside-out. Think of it this way: there is a runtime startup for every program your write, called in old times crt0 (which is why I used that