aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove sys/boot/pc98 accidentally restored in r313575Ed Maste2017-02-111-5/+0
| | | | | | | Reported by: rpokala Notes: svn path=/head/; revision=313576
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-111-0/+5
| | | | | | | | | | | | | | | | | | | | | From NetBSD christos Sat Jan 26 00:19:39 2013 +0000 make the buffer functions look exactly like the kernel ones and add other cruft to make the kernel files compile. ffs.c 1.54 ffs/buf.c 1.13 ffs/buf.h 1.3 ffs/ffs_alloc.c 1.21 ffs/ffs_balloc.c 1.15 Reviewed by: marcel, ngie Obtained from: NetBSD Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8404 Notes: svn path=/head/; revision=313575
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-5/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* Add the pc98boot image which concatenates boot0 and boot0.5.Yoshihiro Takahashi2011-02-111-1/+1
| | | | | | | It's required by the gpart to write bootcode. Notes: svn path=/head/; revision=218557
* Add a bootable CD support.Yoshihiro Takahashi2006-05-141-1/+1
| | | | Notes: svn path=/head/; revision=158559
* Connected boot2.Yoshihiro Takahashi2002-10-031-1/+1
| | | | Notes: svn path=/head/; revision=104413
* Remove boot2 temporarily.Yoshihiro Takahashi2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100325
* Added kgzldr for pc98.Yoshihiro Takahashi2002-01-181-1/+1
| | | | | | | crt.s is based on btx.s. Notes: svn path=/head/; revision=89495
* (Re-)enabled boot2.Yoshihiro Takahashi2001-05-241-1/+1
| | | | Notes: svn path=/head/; revision=77125
* Disabled boot2 for the moment, because it needs aout tools.KATO Takenori2000-12-241-1/+1
| | | | Notes: svn path=/head/; revision=70333
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupiesKATO Takenori2000-08-021-1/+1
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=64123
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+5
files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> Notes: svn path=/head/; revision=43561