aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic change (align with other boot blocks):Nick Hibma2002-05-262-5/+5
* Fixed to conflict labels.Yoshihiro Takahashi2002-05-211-3/+3
* MFi386: revision 1.22Yoshihiro Takahashi2002-05-211-9/+8
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.Yoshihiro Takahashi2002-05-141-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-1/+1
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-4/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forDavid E. O'Brien2002-05-122-0/+6
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingDavid E. O'Brien2002-05-112-6/+0
* -ffreestanding is the word.David E. O'Brien2002-05-104-2/+4
* MFi386: revision 1.56Yoshihiro Takahashi2002-04-251-18/+6
* MFi386: revision 1.8Yoshihiro Takahashi2002-04-251-5/+3
* MFi386: revision 1.7.Yoshihiro Takahashi2002-04-151-1/+1
* MFi386: revision 1.55Yoshihiro Takahashi2002-03-301-0/+3
* Add -D_KERNEL to CFLAGS for ntohl().Yoshihiro Takahashi2002-02-281-1/+1
* Expand COMBRD(x) macro.Yoshihiro Takahashi2002-02-011-2/+2
* Added kgzldr for pc98.Yoshihiro Takahashi2002-01-183-1/+156
* MFi386: revision 1.35 (Add support for writing to BIOS disks)Yoshihiro Takahashi2001-12-121-4/+221
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* MFi386: revisions from 1.26 to 1.30.Yoshihiro Takahashi2001-11-172-10/+196
* MFi386: revision 1.12Yoshihiro Takahashi2001-11-171-0/+9
* MFi386: sys/boot/i386/loader/main.c revision 1.25Yoshihiro Takahashi2001-11-061-14/+16
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21Yoshihiro Takahashi2001-11-061-2/+2
* Fixed sioreg.h path.Yoshihiro Takahashi2001-11-021-1/+1
* Use a array to convert from a attribute for AT to one for PC98.Yoshihiro Takahashi2001-10-171-42/+38
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.Yoshihiro Takahashi2001-10-171-164/+144
* fix style(9)Yoshihiro Takahashi2001-10-171-174/+211
* Merged from sys/boot/i386/loader/Makefile revision 1.54.Yoshihiro Takahashi2001-10-171-0/+7
* MFi386: sys/boot/i386/loader/main.c revision 1.24.Yoshihiro Takahashi2001-09-161-0/+5
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.Yoshihiro Takahashi2001-09-161-7/+10
* Create backup copies using install(1).Ruslan Ermilov2001-09-121-3/+1
* s/adress/address/Kris Kennaway2001-07-232-2/+2
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.KATO Takenori2001-06-232-2/+2
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.Peter Wemm2001-06-211-3/+0
* (Re-)enabled boot2.Yoshihiro Takahashi2001-05-241-1/+1
* Update boot[12] program to compile ELF binary.Yoshihiro Takahashi2001-05-246-117/+92
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.Yoshihiro Takahashi2001-05-212-8/+8
* 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