Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/07/1999 16:09:26
Module Name:	src
Committed By:	fvdl
Date:		Mon Mar  8 00:09:26 UTC 1999

Modified Files:
	src/sys/arch/i386/stand/biosboot: Makefile
	src/sys/arch/i386/stand/lib: bios_disk.S biosdisk.c biosdisk_ll.c
	    biosdisk_ll.h bootinfo.h bootinfo_biosgeom.c exec.c
	src/sys/arch/i386/stand/lib/crt/bootsect: bootsectmain.c
	    start_bootsect.S
Log Message:
* query BIOS geometry information, possibly using the int 13 extensions.
* pass them on to the kernel
* print a message if the 2nd stage bootloader returns (i.e. fails)
instead of just hanging.