]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
authorroot <root@FreeBSD.org>
Tue, 13 Jul 1993 18:15:32 +0000 (18:15 +0000)
committerroot <root@FreeBSD.org>
Tue, 13 Jul 1993 18:15:32 +0000 (18:15 +0000)
commitae749d9344aaf2ad0739bf08ae8a0f0938de5082
tree51306832be63742b44caad84a09067fb8b357a3a
parent2cc7800d8398861914434a53bcf57a236c95e859
New boot blocks, from Bruce Evans, and NetBSD fixes.  Allows kernel to
be loaded above 1MB.  Same boot code for floppies now.  Speed improvements.
etc etc etc. (I don't have much history on this, but then have been tested)
27 files changed:
sys/i386/boot/Makefile
sys/i386/boot/README.MACH
sys/i386/boot/asm.S [new file with mode: 0644]
sys/i386/boot/asm.h
sys/i386/boot/bios.S [new file with mode: 0644]
sys/i386/boot/biosboot/Makefile
sys/i386/boot/biosboot/README.MACH
sys/i386/boot/biosboot/asm.S [new file with mode: 0644]
sys/i386/boot/biosboot/asm.h
sys/i386/boot/biosboot/bios.S [new file with mode: 0644]
sys/i386/boot/biosboot/boot.c
sys/i386/boot/biosboot/boot.h
sys/i386/boot/biosboot/boot2.S [new file with mode: 0644]
sys/i386/boot/biosboot/disk.c
sys/i386/boot/biosboot/io.c
sys/i386/boot/biosboot/start.S [new file with mode: 0644]
sys/i386/boot/biosboot/sys.c
sys/i386/boot/biosboot/table.c
sys/i386/boot/boot.c
sys/i386/boot/boot.h
sys/i386/boot/boot2.S [new file with mode: 0644]
sys/i386/boot/disk.c
sys/i386/boot/io.c
sys/i386/boot/rmaouthdr
sys/i386/boot/start.S [new file with mode: 0644]
sys/i386/boot/sys.c
sys/i386/boot/table.c