summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
Commit message (Collapse)AuthorAgeFilesLines
...
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.kato2000-01-292-2/+6
|
* Merge from the following changes.nyan2000-01-033-48/+121
| | | | | | sys/boot/i386/libi386/biosmem.c Rev 1.4 sys/boot/i386/libi386/time.c Rev 1.3 sys/boot/i386/loader/main.c Rev 1.16
* Fixed to get the BIOS geometry.nyan2000-01-031-4/+5
|
* - Supported the bd_getbigeom function and use this function to get BIOSnyan1999-12-193-350/+26
| | | | | | | geometry. - Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-083-118/+2
|
* Supported to sound beep.nyan1999-12-031-1/+17
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Sync with sys/boot/i386/loader/Makefile revision 1.37.nyan1999-11-251-1/+1
|
* Fixed warnings.nyan1999-11-163-6/+7
|
* Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.nyan1999-11-161-1/+1
|
* Cosmetic changes.nyan1999-11-165-9/+48
|
* Install loader.rc.nyan1999-11-161-0/+4
|
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.nyan1999-11-032-0/+10
|
* Sync with sys/boot/i386/libi386/Makefile revision 1.15.nyan1999-11-031-0/+4
|
* Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 andkato1999-10-133-9/+138
| | | | 1.12, respectively.
* Blank out the twiddly thing when outputting the ``BTX loader'' message.brian1999-10-122-2/+2
|
* - Fixed DMA 64k boundary problem.kato1999-09-231-7/+14
| | | | | | - Test the processor flag to detect disk I/O BIOS errors. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* $Id$ -> $FreeBSD$peter1999-08-2834-34/+34
|
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.kato1999-08-131-2/+6
|
* - Don't assume that SCSI ID numbers of HDD units are contiguous. Thatkato1999-08-051-10/+13
| | | | | | | | | is, don't assume that SCSI ID corresponds to a unit number of da device. Unit number of da device is provided by 2nd stage loader and 3rd stage loader now use it. - Fix drive letter to display. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Provides discontinuous unit number support to make external FDDkato1999-08-051-2/+3
| | | | | | | bootable on 1 FDD PC98 machines. (When an external FDD unit is installed, unit numbers become discontinuous.) Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Reconcile all the loader newvers.sh's into one common one.peter1999-06-291-4/+4
|
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19.kato1999-06-061-1/+5
|
* Sync with sys/boot/i386/btx/Makefile revision 1.5.kato1999-05-201-2/+2
|
* Sync with sys/boot/i386/loader/Makefile revision 1.34.kato1999-04-251-3/+3
|
* Optimize better for space.kato1999-04-241-3/+3
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-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.
* Sync with sys/boot/i386/loader/Makefile revision 1.32.kato1999-04-191-1/+2
|
* Use files under sys/boot/i386 instead of copying under sys/boot/pc98.kato1999-04-025-108/+5
| | | | Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
* Sync with sys/boot/i386/loader/version revision 1.4.kato1999-03-191-1/+3
|
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.18.kato1999-03-191-2/+3
|
* Install the manual page in sys/boot/i386/loader.kato1999-03-181-2/+3
| | | | Sumbmitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
* Sync with sys/boot/i386/loader/Makefile revision 1.30.kato1999-03-101-1/+7
|
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.17.kato1999-03-101-1/+4
|
* Make loader be able to load 1.2MB fd on machines w/ 1.44MB fdd.kato1999-03-041-4/+7
| | | | Sumbmitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Added an entry for 1.44MB fd.kato1999-03-041-2/+2
| | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Oops, forgot to read boot.config file.kato1999-03-041-1/+2
| | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* When SCSI IDs are not contiguous, the loader could not find correctkato1999-03-042-9/+14
| | | | | | unit number for da device. This commit fixes this problem. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* boot2 doesn't need to say 'Can't find file boot.config.'kato1999-03-041-5/+2
| | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.kato1999-03-041-2/+2
| | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.10.kato1999-03-012-24/+52
|
* Sync with sys/boot/i386/loader/Makefile revision 1.29.kato1999-02-251-2/+2
|
* Sync with sys/boot/i386/loader/version revision 1.3.kato1999-02-081-1/+2
|
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-0342-0/+10180
files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
OpenPOWER on IntegriCloud