From owner-cvs-all Sun Oct 4 02:13:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07194 for cvs-all-outgoing; Sun, 4 Oct 1998 02:13:12 -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 CAA07170; Sun, 4 Oct 1998 02:13:01 -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 CAA14232; Sun, 4 Oct 1998 02:12:55 -0700 (PDT) Date: Sun, 4 Oct 1998 02:12:55 -0700 (PDT) Message-Id: <199810040912.CAA14232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c elf_freebsd.c src/sys/boot/i386/loader main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/04 02:12:54 PDT Modified files: sys/boot/i386/libi386 biosdisk.c elf_freebsd.c Log: biosdisk.c Allocate space for, and copy, NDOSPART slice entries from the MBR, not just one. Add some extra debugging while we're at it. elf_freebsd.c Initialise the symbol table start/end pointers in case we don't have them. Revision Changes Path 1.10 +13 -9 src/sys/boot/i386/libi386/biosdisk.c 1.4 +2 -1 src/sys/boot/i386/libi386/elf_freebsd.c Modified files: sys/boot/i386/loader main.c Log: Improve the handling of the initial bootdev value from the previous loader. Remove some unused code. Revision Changes Path 1.11 +36 -29 src/sys/boot/i386/loader/main.c