Re: Kernel instructions...
From: Ralf Baechle <hidden>
Date: 1997-08-06 09:43:06
Are there any further instructions on how to install the Linux kernel after it's been compiled? I know IRIX will automatically install unix.new on bootup, is there some method like that to use? Is there a reason MILO is included on the ftp site?
The way the kernel needs to be installed depends from the particular machine. On the little endian machines we use a two stage boot process, the kernel loads Milo, then Milo load the kernel possibly other files, then runs it. You might also need something like Milo because your old M120's firmware expects (at least I believe that ...) ECOFF exectuables, while the kernel is being built as an ELF executable. Milo won't work on the M120 firmware, though because it has a different firmware, but this shouldn't be tooo hard to fix. Maybe one of the SGI or ex-Mips people on this list knows more about that firmware. Is it similar or identical to pre-ARC SGI firmware as I suppose? Ralf