From owner-freebsd-commit Thu Dec 14 06:27:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04461 for freebsd-commit-outgoing; Thu, 14 Dec 1995 06:27:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04426 for cvs-all-outgoing; Thu, 14 Dec 1995 06:25:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04416 for cvs-sys-outgoing; Thu, 14 Dec 1995 06:25:07 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04409 Thu, 14 Dec 1995 06:25:05 -0800 (PST) Date: Thu, 14 Dec 1995 06:25:05 -0800 (PST) From: Peter Wemm Message-Id: <199512141425.GAA04409@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/14 06:25:04 Modified: sys/ufs/mfs mfs_vfsops.c Log: *hack alert*! :-) This adds an option to the MFS_ROOT code so that it is possible to boot a kernel with an empty in-core MFS image, and have it load the image from floppy directly. This is admittedly a hack and would be better replaced by a self-loading ram-disk. Revision Changes Path 1.18 +94 -1 src/sys/ufs/mfs/mfs_vfsops.c