It should be Flash Rom?
That's very interesting. Can you let me know how to build such small kernel and initrd?
Regards
YH
-----Original Message----- From: ron minnich [mailto:rminnich@lanl.gov] Sent: Wednesday, August 25, 2004 11:55 AM To: YhLu Cc: Dave Aubin; Jakob Praher; linuxbios Subject: RE: booting other oses
On Wed, 25 Aug 2004, YhLu wrote:
You mean put the kernel and initrd in the ROM (8Mbit) ? So can spare the flash?
No, I have a 1 Mbyte flash on the board. I put linuxbios in the top 64K, and a kernel and initrd in the bottom (1MB-64K). The kernel and initrd are munged together with mkelfimage. Voila ... kernel boots in seconds.
ron
On Wed, 25 Aug 2004, YhLu wrote:
That's very interesting. Can you let me know how to build such small kernel and initrd?
I have to find my configuration, but for our net boot it is simply configuring a minimal kernel for networking and tcp, + the inird.
ron