summaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-213-3/+3
* MFC: revision 201342Yoshihiro Takahashi2010-01-1522-4717/+1315
* MFC: r180253Yoshihiro Takahashi2008-07-121-65/+0
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-011-1/+1
* pc98 boot2 is compiled with _KERNEL defined, and that makes non-staticAlexander Kabaev2007-04-061-1/+1
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-021-2/+2
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-291-2/+2
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)Yoshihiro Takahashi2006-05-091-1/+1
* Remove EPSON PC-386 note A/W/AE/WR support.Yoshihiro Takahashi2005-09-141-13/+2
* 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-91/+121
* 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