aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/serial.S
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-311-57/+0
| | | | | | | | | | | | | | | | | | | It's based on the newest i386's one and has the advantage of: - ELF binary support. - UFS2 filesystem support. - Many FreeBSD slices support on a disk. Tested by: SATOU Tomokazu ( tomo1770 _ maple _ ocn _ ne _ jp ), WATANABE Kazuhiro ( CQG00620 _ nifty _ ne _ jp ) and nyan MFC after: 2 week Happy New Year in Japan!! Notes: svn path=/head/; revision=201342
* Separated serial boot block interface routine into NS16550 stuff andKATO Takenori2000-03-301-146/+2
| | | | | | | i8251 stuff. Notes: svn path=/head/; revision=58829
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Update #include statements to reflect the new location of "sioreg.h".John Polstra1999-04-221-2/+2
| | | | | | | | | With these changes plus the egcs fix I committed a few minutes ago, "make -DWANT_AOUT world" works again. Most likely, "make upgrade" is fixed too, though I haven't tested that. Notes: svn path=/head/; revision=45945
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+201
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