> I'm trying to get beastie.4th to allow me to select either > amd64 or i386 as my running system. I can get this to happen > from the boot loader using:
> set currdev=disk1s1d > set rootdev=disk1s1d > unload > load /boot/kernel/kernel > load /boot/kernel/acpi.ko > load /boot/kernel/hptmv.ko > boot If you are looking for a way to manage i386/amd64 dual booting, the you can just interrupt the boot sequence at the boot: prompt and then load /boot/loader itself from the appropriate root partition. You can specify a 'default' in file /boot.config in the disk's 'a' partition. Using FORTH would allow for a nice menu though :). -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"