Recently, I (DoubleF) wrote:

>Hacking boot1 source to load the kernel instead of BTX directly and

Sorry. I was on drugs;). boot2 not boot1. Here's the code:
--------/usr/src/sys/boot/i386/boot2/boot2.c----------
#define RBX_MASK        0xffff
#define PATH_CONFIG     "/boot.config"
#define PATH_BOOT3      "/boot/loader"
#define PATH_KERNEL     "/kernel"
------------------------------------------------------
A quick hack would be to substitute "/boot/loader" with "/kernel"
or whatever you wish. I haven't tested it by myself, though.
Slippery when wet.

                DoubleF

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to