Matt, > MontaVista has HHL support for several MIPS boards... including one that my >... > I mean, our boards have an elementary boot loader that can load a kernel > from the network, and disk-booting is something we're trying to figure out. > But how does HHL accomplish this? And is it a general solution for > multiple platforms? I went thru the same pain and confusion myself 9 months ago. My understanding is MontaVista uses whatever the manufacturer supplies with the hardware. And/or they have an internal version of PMON. There are probably a dozen differernt MIPS loaders... some of which you might be able to find source for, but probably won't be even close to working on your board without weeks+ of effort. If you have some assembly startup code that turns off interrupts, sets up the memory controller then you maybe able to use my "LinuxMon" solution which only works on the Korva(Markham) NEC Vr41xx chip but is very generic. Sheese, every monitor says it's generic. After turning off interrupts and setting up the memory controller it copies (optionally gunzips) the remainder of flash then jumps to your linux kernel. A 1-stage boot. It can then be used to load a second linux kernel if it has been linked elsewhere. I wasn't successful in getting it submitted/accepted unfortunately. You can get a copy of my 2.4.16 release containing it, at: http://www.idiom.com/~espin/nec The important files are arch/mips/korva/{Boot.make,vrboot.S,misc.c} If you have an already working linux kernel then these few files should turn it into a boot monitor. These were posted to linux-mips-kernel@lists.sourceforge.net so you can find them in the mail archive in Nov/Dec. Or I can post. Geoff -- Geoffrey Espin espin@idiom.com