[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Rebuilding kernel on Qube 3
- Subject: Re: [cobalt-developers] Rebuilding kernel on Qube 3
- From: Tim Hockin <thockin@xxxxxxxxxxxxx>
- Date: Mon Jan 8 08:57:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> 2) How does one rebuild the kernel on Qube 3.
please note that this is unsupported.
cd /usr/src/linux
make config
make dep clean cobalt
cp /boot/vmlinux.gz /boot/vmlinux.gz.dist
cp vmlinux.gz /boot
<reboot>
if this kernel fails, you can use the serial console to get the old one back,
or you can use the LCD Boot from ROM option.
Tim