Date: Thu, 17 Sep 1998 19:03:31 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common commands.c panic.c src/sys/boot/i386/libi386 Makefile biosdisk.c src/sys/boot/i386/loader Makefile conf.c main.c Message-ID: <199809180203.TAA05890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/09/17 19:03:30 PDT Modified files: sys/boot/common commands.c panic.c Log: Remove 'panic' command (it works), don't ask for a keypress in panic, as exit() does. Perhaps it shouldn't? Revision Changes Path 1.3 +1 -12 src/sys/boot/common/commands.c 1.3 +1 -3 src/sys/boot/common/panic.c Modified files: sys/boot/i386/libi386 Makefile biosdisk.c Log: Synch with development version. Compiles and opens but doesn't work yet. Revision Changes Path 1.4 +2 -2 src/sys/boot/i386/libi386/Makefile 1.4 +26 -30 src/sys/boot/i386/libi386/biosdisk.c Modified files: sys/boot/i386/loader Makefile conf.c main.c Log: Enable the biosdisk driver, duplicate -lstand as it both calls and is called by the i386 platform library. Revision Changes Path 1.4 +5 -3 src/sys/boot/i386/loader/Makefile 1.4 +2 -2 src/sys/boot/i386/loader/conf.c 1.6 +5 -5 src/sys/boot/i386/loader/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809180203.TAA05890>