aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98
Commit message (Expand)AuthorAgeFilesLines
* Disabled boot2 for the moment, because it needs aout tools.KATO Takenori2000-12-241-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.KATO Takenori2000-12-161-1/+1
* Merged from the following changes.Yoshihiro Takahashi2000-11-0511-125/+179
* Merged from sys/boot/i386/loader/main.c revision 1.21.Yoshihiro Takahashi2000-10-151-10/+0
* Merged from sys/boot/i386/loader/main.c revision 1.23.KATO Takenori2000-09-221-0/+2
* Merged from sys/boot/i386/libi386/Makefile revision 1.19.KATO Takenori2000-09-221-1/+3
* Merged from sys/boot/i386/loader/Makefile revision 1.47.KATO Takenori2000-09-081-1/+7
* The INT 1B BIOS call is used to obtain geometries of SASI/IDE hardKATO Takenori2000-08-311-2/+16
* Fixed determination method for sector size of the 2nd IDE HDD.KATO Takenori2000-08-151-1/+1
* Merged from sys/boot/i386/Makefile.inc revision 1.2.KATO Takenori2000-08-121-0/+1
* - Fixed missing initialization of current device number.KATO Takenori2000-08-062-1/+2
* - Fixed %si (offset to partition table) in boot.KATO Takenori2000-08-031-3/+3
* - Fixed pointer to the partition table in the buffer.KATO Takenori2000-08-031-12/+7
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupiesKATO Takenori2000-08-0211-1/+1752
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.Yoshihiro Takahashi2000-07-302-12/+74
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.Yoshihiro Takahashi2000-07-141-29/+94
* Sync with the following changes.Yoshihiro Takahashi2000-05-297-384/+323
* Make this compile in case anyone ever wants to use the PC98 booterTim Vanderhoek2000-05-211-1/+1
* Move man page directives to common/Makefile.inc.Daniel C. Sobral2000-05-191-2/+0
* - Removed hi-resolution mode supports.Yoshihiro Takahashi2000-05-031-29/+13
* Add $FreeBSD$Peter Wemm2000-05-013-0/+5
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.Yoshihiro Takahashi2000-04-301-160/+260
* Sync with the following changes.Yoshihiro Takahashi2000-04-233-3/+11
* The printf function of boot2 can't recognize "%lx" format.Yoshihiro Takahashi2000-04-141-4/+4
* Merged from sys/boot/i386/loader/Makefile revision 1.43.Yoshihiro Takahashi2000-04-141-2/+6
* Merged from sys/boot/i386/loader/main.c rev 1.19.KATO Takenori2000-04-121-0/+11
* Synced with following files:KATO Takenori2000-03-319-183/+332
* Separated serial boot block interface routine into NS16550 stuff andKATO Takenori2000-03-303-146/+381
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.27 and 1.28.Yoshihiro Takahashi2000-03-171-7/+8
* Synced with sys/boot/i386/loader/Makefile rev 1.41.KATO Takenori2000-02-051-0/+2
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.KATO Takenori2000-01-292-2/+6
* Merge from the following changes.Yoshihiro Takahashi2000-01-033-48/+121
* Fixed to get the BIOS geometry.Yoshihiro Takahashi2000-01-031-4/+5
* - Supported the bd_getbigeom function and use this function to get BIOSYoshihiro Takahashi1999-12-193-350/+26
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-083-118/+2
* Supported to sound beep.Yoshihiro Takahashi1999-12-031-1/+17
* Sync with sys/boot/i386/loader/Makefile revision 1.37.Yoshihiro Takahashi1999-11-251-1/+1
* Fixed warnings.Yoshihiro Takahashi1999-11-163-6/+7
* Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.Yoshihiro Takahashi1999-11-161-1/+1
* Cosmetic changes.Yoshihiro Takahashi1999-11-165-9/+48
* Install loader.rc.Yoshihiro Takahashi1999-11-161-0/+4
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.Yoshihiro Takahashi1999-11-032-0/+10
* Sync with sys/boot/i386/libi386/Makefile revision 1.15.Yoshihiro Takahashi1999-11-031-0/+4
* Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 andKATO Takenori1999-10-133-9/+138
* Blank out the twiddly thing when outputting the ``BTX loader'' message.Brian Somers1999-10-122-2/+2
* - Fixed DMA 64k boundary problem.KATO Takenori1999-09-231-7/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2834-34/+34
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.KATO Takenori1999-08-131-2/+6
* - Don't assume that SCSI ID numbers of HDD units are contiguous. ThatKATO Takenori1999-08-051-10/+13
* Provides discontinuous unit number support to make external FDDKATO Takenori1999-08-051-2/+3