[Prev][Next][Index][Thread]
Re: sample kernel
> Hi guys,
> I'd like to build a sample kernel and boot of a freebsd (3.0) machine.
> Does anyone have a pointer on howto, sample kernels, etc? Do I create
> a floppy, etc?
Several example kernels are built in the oskit build's examples/x86
directory. There are several ways to boot oskit (multiboot) kernels. You
can use the GRUB bootloader (not from Utah, but free; see
http://www.uruk.org/grub/) to boot them directly, or you can use
mklinuximage to produce LILO-bootable images, or mkbsdimage to produce
images bootable by BSD bootloaders.
References: