Date: Wed, 2 Aug 2000 01:46:08 -0700 (PDT) From: KATO Takenori <kato@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98 Makefile src/sys/boot/pc98/boot0 Makefile boot0.s src/sys/boot/pc98/boot0.5 Makefile boot.s boot0.5.s disk.s selector.s start.s support.s syscons.s Message-ID: <200008020846.BAA57841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 2000/08/02 01:46:08 PDT
Modified files:
sys/boot/pc98 Makefile
Added files:
sys/boot/pc98/boot0 Makefile boot0.s
sys/boot/pc98/boot0.5 Makefile boot.s boot0.5.s disk.s
selector.s start.s support.s syscons.s
Log:
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.
Revision Changes Path
1.3 +2 -2 src/sys/boot/pc98/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008020846.BAA57841>
