aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0321-21/+21
* Print out the commands from /boot.config after parsing them so that theyJohn Baldwin2005-05-271-1/+1
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-088-128/+3
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.Yoshihiro Takahashi2005-05-081-1/+1
* Fix buidling of boot blocks for pc98 with new links.Warner Losh2005-04-031-3/+11
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-2/+0
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).Yoshihiro Takahashi2004-09-181-0/+1
* Fix new compiler error (s/bcopy/memcpy/).Yoshihiro Takahashi2004-07-304-9/+9
* Unspam sys/boot, the dev_t commit should not have touched these.Poul-Henning Kamp2004-06-162-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-054-16/+0
* MFi386: Factor out -nostdlib and use PROG.Yoshihiro Takahashi2004-02-091-1/+1
* MFi386: Removed -elf and duplicate -ffreestanding.Ruslan Ermilov2004-02-071-2/+2
* MFi386: Cleanups to sys/boot makefiles.Yoshihiro Takahashi2004-02-071-1/+0
* Use __FBSDID().David E. O'Brien2003-09-086-11/+18
* Fixed build error with GCC 3.3.1Yoshihiro Takahashi2003-07-131-3/+3
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-042-2/+1
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andRuslan Ermilov2003-03-021-1/+1
* MFi386: Install the "boot" image which is boot1 + boot2.Yoshihiro Takahashi2003-01-301-2/+7
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-064-93/+123
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.Yoshihiro Takahashi2002-10-101-2/+0
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.Poul-Henning Kamp2002-10-071-0/+1
* Added some header files from -stable and fixed the boot[12] programs.Yoshihiro Takahashi2002-10-038-7/+1077
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Change include order.Yoshihiro Takahashi2002-07-161-1/+1
* Cosmetic change (align with other boot blocks):Nick Hibma2002-05-262-5/+5
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-146-17/+16
* -ffreestanding is the word.David E. O'Brien2002-05-101-1/+1
* Add -D_KERNEL to CFLAGS for ntohl().Yoshihiro Takahashi2002-02-281-1/+1
* Expand COMBRD(x) macro.Yoshihiro Takahashi2002-02-011-2/+2
* Fixed sioreg.h path.Yoshihiro Takahashi2001-11-021-1/+1
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* Update boot[12] program to compile ELF binary.Yoshihiro Takahashi2001-05-246-117/+92
* Make this compile in case anyone ever wants to use the PC98 booterTim Vanderhoek2000-05-211-1/+1
* - Removed hi-resolution mode supports.Yoshihiro Takahashi2000-05-031-29/+13
* Add $FreeBSD$Peter Wemm2000-05-013-0/+5
* The printf function of boot2 can't recognize "%lx" format.Yoshihiro Takahashi2000-04-141-4/+4
* Separated serial boot block interface routine into NS16550 stuff andKATO Takenori2000-03-303-146/+381
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-082-117/+2
* Fixed warnings.Yoshihiro Takahashi1999-11-162-5/+5
* Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.Yoshihiro Takahashi1999-11-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Optimize better for space.KATO Takenori1999-04-241-3/+3
* Update #include statements to reflect the new location of "sioreg.h".John Polstra1999-04-221-2/+2
* Added an entry for 1.44MB fd.KATO Takenori1999-03-041-2/+2
* Oops, forgot to read boot.config file.KATO Takenori1999-03-041-1/+2