summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-08-02 08:46:08 +0000
committerkato <kato@FreeBSD.org>2000-08-02 08:46:08 +0000
commit719b29e2f0d5823f3e24dc32952bd58e8f13d054 (patch)
tree4ff0084a96f61ec9fa4dd8ce8182098d363bfe1a /sys/boot/pc98/Makefile
parentf67558eb8f564a54d499830fe8082f8f74d3cf45 (diff)
downloadFreeBSD-src-719b29e2f0d5823f3e24dc32952bd58e8f13d054.zip
FreeBSD-src-719b29e2f0d5823f3e24dc32952bd58e8f13d054.tar.gz
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.
Diffstat (limited to 'sys/boot/pc98/Makefile')
-rw-r--r--sys/boot/pc98/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile b/sys/boot/pc98/Makefile
index 5d013df..b86e09f 100644
--- a/sys/boot/pc98/Makefile
+++ b/sys/boot/pc98/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= btx boot2 libpc98 loader
+SUBDIR= btx boot0 boot0.5 boot2 libpc98 loader
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud