From owner-cvs-sys Wed Sep 11 12:25:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23456 for cvs-sys-outgoing; Wed, 11 Sep 1996 12:25:19 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23442; Wed, 11 Sep 1996 12:25:14 -0700 (PDT) Date: Wed, 11 Sep 1996 12:25:14 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609111925.MAA23442@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot Makefile src/sys/i386/boot/biosboot disk.c sys.c src/sys/i386/boot/rawboot Makefile README Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/11 12:25:14 Modified: sys/i386/boot Makefile Log: Add "rawboot", sort the subdirs. Revision Changes Path 1.26 +2 -2 src/sys/i386/boot/Makefile Modified: sys/i386/boot/biosboot disk.c sys.c Log: Add #ifdef for RAWBOOT. remove some #if 0 stuff. Revision Changes Path 1.19 +9 -20 src/sys/i386/boot/biosboot/disk.c 1.14 +45 -7 src/sys/i386/boot/biosboot/sys.c Added: sys/i386/boot/rawboot Makefile README Log: The intended usage is: cat /usr/mdec/rawboot /sys/compile/FOO/kernel | fdwrite That should explain it all :-)