History log of /freebsd-10.0-release/sys/boot/pc98/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 218557 11-Feb-2011 nyan

Add the pc98boot image which concatenates boot0 and boot0.5.
It's required by the gpart to write bootcode.


# 158559 14-May-2006 nyan

Add a bootable CD support.


# 104413 03-Oct-2002 nyan

Connected boot2.


# 100325 18-Jul-2002 nyan

Remove boot2 temporarily.


# 89495 18-Jan-2002 nyan

Added kgzldr for pc98.
crt.s is based on btx.s.


# 77125 24-May-2001 nyan

(Re-)enabled boot2.


# 70333 24-Dec-2000 kato

Disabled boot2 for the moment, because it needs aout tools.


# 64123 02-Aug-2000 kato

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.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 43561 03-Feb-1999 kato

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>