]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
PC98 version of new boot loader. Because boot2 has not yet ported,
authorkato <kato@FreeBSD.org>
Wed, 3 Feb 1999 08:39:09 +0000 (08:39 +0000)
committerkato <kato@FreeBSD.org>
Wed, 3 Feb 1999 08:39:09 +0000 (08:39 +0000)
commitc40db6cc734847f5d3013132b80d70a078c16615
tree8460f4832d3da04f82cedbd05be800e5fd9063e4
parent850544e5d8903343f0bdde5c29f0147851ea1b4b
PC98 version of new boot loader.  Because boot2 has not yet ported,
files in boot2 directory are copies from legacy biosboot.

Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
44 files changed:
sys/boot/Makefile
sys/boot/common/isapnp.h
sys/boot/pc98/Makefile [new file with mode: 0644]
sys/boot/pc98/boot2/Makefile [new file with mode: 0644]
sys/boot/pc98/boot2/README.serial.98 [new file with mode: 0644]
sys/boot/pc98/boot2/asm.S [new file with mode: 0644]
sys/boot/pc98/boot2/asm.h [new file with mode: 0644]
sys/boot/pc98/boot2/bios.S [new file with mode: 0644]
sys/boot/pc98/boot2/boot.c [new file with mode: 0644]
sys/boot/pc98/boot2/boot.h [new file with mode: 0644]
sys/boot/pc98/boot2/boot2.S [new file with mode: 0644]
sys/boot/pc98/boot2/disk.c [new file with mode: 0644]
sys/boot/pc98/boot2/io.c [new file with mode: 0644]
sys/boot/pc98/boot2/probe_keyboard.c [new file with mode: 0644]
sys/boot/pc98/boot2/serial.S [new file with mode: 0644]
sys/boot/pc98/boot2/start.S [new file with mode: 0644]
sys/boot/pc98/boot2/sys.c [new file with mode: 0644]
sys/boot/pc98/boot2/table.c [new file with mode: 0644]
sys/boot/pc98/btx/Makefile [new file with mode: 0644]
sys/boot/pc98/btx/btx/Makefile [new file with mode: 0644]
sys/boot/pc98/btx/btx/btx.S [new file with mode: 0644]
sys/boot/pc98/btx/btx/btx.m4 [new file with mode: 0644]
sys/boot/pc98/btx/btx/btx.s [new file with mode: 0644]
sys/boot/pc98/btx/btxldr/Makefile [new file with mode: 0644]
sys/boot/pc98/btx/btxldr/btxldr.S [new file with mode: 0644]
sys/boot/pc98/btx/btxldr/btxldr.s [new file with mode: 0644]
sys/boot/pc98/btx/lib/Makefile [new file with mode: 0644]
sys/boot/pc98/btx/lib/btxcsu.s [new file with mode: 0644]
sys/boot/pc98/btx/lib/btxsys.s [new file with mode: 0644]
sys/boot/pc98/btx/lib/btxv86.h [new file with mode: 0644]
sys/boot/pc98/btx/lib/btxv86.s [new file with mode: 0644]
sys/boot/pc98/libpc98/Makefile [new file with mode: 0644]
sys/boot/pc98/libpc98/biosdisk.c [new file with mode: 0644]
sys/boot/pc98/libpc98/biosmem.c [new file with mode: 0644]
sys/boot/pc98/libpc98/bootinfo.c [new file with mode: 0644]
sys/boot/pc98/libpc98/comconsole.c [new file with mode: 0644]
sys/boot/pc98/libpc98/gatea20.c [new file with mode: 0644]
sys/boot/pc98/libpc98/time.c [new file with mode: 0644]
sys/boot/pc98/libpc98/vidconsole.c [new file with mode: 0644]
sys/boot/pc98/loader/Makefile [new file with mode: 0644]
sys/boot/pc98/loader/help.pc98 [new file with mode: 0644]
sys/boot/pc98/loader/main.c [new file with mode: 0644]
sys/boot/pc98/loader/newvers.sh [new file with mode: 0644]
sys/boot/pc98/loader/version [new file with mode: 0644]