freebsd-dev/sys/boot/i386/libi386
Mike Smith 6b15efd961 aout_freebsd.c
Use bd_getdev() to work out a dev_t for the root device.
	Allow $rootdev to override $currdev as the root device.

biosdisk.c
	Save the slice table and disklabel when opening a disk.
	Add bd_getdev(), which attempts to return a dev_t corresponding
	to a given device.  Cases which it still doesn't get right:
	 - The inevitable da-when-wd-also-exists
	 - Disks with no slice table (the slice number is not set correctly)
	The first is difficult to get right, the second will be
	fixed in an upcoming commit.

comconsole.c
vidconsole.c
	getchar() should return an 8-bit value; some BIOSsen pack extra
	information in %eax.

libi386.h
	Remove some stale prototypes, add new ones.
1998-10-02 16:32:45 +00:00
..
aout_freebsd.c aout_freebsd.c 1998-10-02 16:32:45 +00:00
biosdisk.c aout_freebsd.c 1998-10-02 16:32:45 +00:00
biosmem.c Fix typos.. The vector for "int 0x12" (get base mem) is not written in 1998-09-30 19:41:07 +00:00
bootinfo32.c Missing return value that was kinda important. 1998-09-28 21:59:21 +00:00
bootinfo64.c Missing return value that was kinda important. 1998-09-28 21:59:21 +00:00
bootinfo.c Missing return value that was kinda important. 1998-09-28 21:59:21 +00:00
comconsole.c aout_freebsd.c 1998-10-02 16:32:45 +00:00
devicename.c * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
elf32_freebsd.c First shot at loading elf symbols. Things are a bit strange because 1998-10-02 08:04:56 +00:00
elf64_freebsd.c First shot at loading elf symbols. Things are a bit strange because 1998-10-02 08:04:56 +00:00
elf_freebsd.c First shot at loading elf symbols. Things are a bit strange because 1998-10-02 08:04:56 +00:00
gatea20.c
i386_copy.c Only bcopy the correct amount of data from the buffer in case it is ever 1998-09-28 22:04:54 +00:00
i386_module.c
libi386.h aout_freebsd.c 1998-10-02 16:32:45 +00:00
Makefile Stop libi386.a from being installed.. 1998-09-30 22:36:45 +00:00
pread.c
time.c Initial integration of the i386 bootloader and BTX. 1998-09-17 23:52:16 +00:00
vidconsole.c aout_freebsd.c 1998-10-02 16:32:45 +00:00