From owner-freebsd-hackers Thu Apr 3 06:42:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA25695 for hackers-outgoing; Thu, 3 Apr 1997 06:42:02 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA25689 for ; Thu, 3 Apr 1997 06:41:58 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id GAA08793; Thu, 3 Apr 1997 06:41:59 -0800 (PST) To: Choi Jun Ho cc: freebsd-hackers@FreeBSD.ORG Subject: Re: How to make kernel boot from DOS to install? In-reply-to: Your message of "Thu, 03 Apr 1997 22:39:10 +0900." <199704031339.WAA04111@jazz.snu.ac.kr> Date: Thu, 03 Apr 1997 06:41:59 -0800 Message-ID: <8789.860078519@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I don't have seen WC FreeBSD CDROMs, but it should include > some kind of boot image which can launch boot kernel and > install program from DOS(using fbsdboot.exe. right?). Right. You can just pass it any kernel to boot, though one which has the MFS root compiled in is necessary if you want the whole thing to be stand-alone. > I am currently working some kind of FreeBSD CD-ROM, so I want to > install it from DOS with making install floppy... /usr/src/release > seems to make boot floppies(I haven't run yet) only. How can I make > some kernel image bootable from DOS, for installation? The /usr/src/release stuff will also copy the MFS kernel aside during the release build and put it in ${CHROOTDIR}/R/stage/cdrom/disc1 (as well as ${CHROOTDIR}/R/stage/kernels). You could grab it from there. Jordan