From owner-cvs-all Thu Sep 17 19:04:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03249 for cvs-all-outgoing; Thu, 17 Sep 1998 19:04:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03236; Thu, 17 Sep 1998 19:03:51 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05890; Thu, 17 Sep 1998 19:03:31 -0700 (PDT) Date: Thu, 17 Sep 1998 19:03:31 -0700 (PDT) Message-Id: <199809180203.TAA05890@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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