Re: root+swap device
Jochen Kunz <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.prep |
|---|---|
| Message-ID | <[email protected]> |
On 2003.01.09 01:52 Jesse Peterson wrote:
> > You need to recompile the kernel and hardcode the root-device in
> > the kernel config. Somthing like:
> > config netbsd root on sd0 type ?
> That's what I figured. Thanks, I'll have to look in the documentation
> on how to build a NetBSD kernel
http://www.netbsd.org/Documentation/kernel/index.html#how_to_build_a_kernel
Kernel installation is somwhat different, as the kernel isn't loaded as
/netbsd. You need to dd a bootimage to the disk. See
/usr/src/sys/arch/prep/stand/README how to creat this image. Save the
output of fdisk and disklabel bevor dd-ing the image to disk, so that
you are able to restore the old partition tables. (Imediately after
dd-ing the image!)
> and wait the hours+ it'll take on this 133mhz beast. =)
You never worked with VAXen? ;-)
When I remember right, my 100 MHz machine needed about one hour to build
a kernel. My MicroVAX 4000-200 needs this time for "make depend" and the
MV4k2 is one of the faster QBus VAXen.
--
tschüß,
Jochen
Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/