freebsd-dev/sys/boot/pc98
KATO Takenori e9b13dd6ec Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies
sector 0 of a disk and boot0.5 is the `boot selector' which starts
from address 0x400.  The IPL loads boot0.5 and boot0.5 loads bootblock
of a slice.

The boot manager stuff was developed by me (kato) with Borland C++,
and then, translated into bcc in the ports collection by Nokubi-san.
After that, boot0 has been translated into gas with the .code16
directive by Takahashi-san (nyan) and boot0.5 has been rewritten in
gas by me.
2000-08-02 08:46:08 +00:00
..
boot0 Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies 2000-08-02 08:46:08 +00:00
boot0.5 Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies 2000-08-02 08:46:08 +00:00
boot2 Make this compile in case anyone ever wants to use the PC98 booter 2000-05-21 05:27:56 +00:00
btx Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22. 2000-07-30 07:45:02 +00:00
libpc98 Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31. 2000-07-14 04:23:45 +00:00
loader Sync with the following changes. 2000-05-29 11:58:01 +00:00
Makefile Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies 2000-08-02 08:46:08 +00:00
Makefile.inc Synced with following files: 2000-03-31 16:03:02 +00:00