aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-311-408/+0
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-111-1/+4
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousJohn Baldwin2007-10-241-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
* Print out the commands from /boot.config after parsing them so that theyJohn Baldwin2005-05-271-1/+1
* Remove ifdef PC98.Yoshihiro Takahashi2005-05-081-43/+1
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-2/+0
* Use __FBSDID().David E. O'Brien2003-09-081-3/+3
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-061-2/+7
* Added some header files from -stable and fixed the boot[12] programs.Yoshihiro Takahashi2002-10-031-1/+0
* Make this compile in case anyone ever wants to use the PC98 booterTim Vanderhoek2000-05-211-1/+1
* The printf function of boot2 can't recognize "%lx" format.Yoshihiro Takahashi2000-04-141-4/+4
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-1/+1
* Fixed warnings.Yoshihiro Takahashi1999-11-161-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Oops, forgot to read boot.config file.KATO Takenori1999-03-041-1/+2
* boot2 doesn't need to say 'Can't find file boot.config.'KATO Takenori1999-03-041-5/+2
* PC98 version of new boot loader. Because boot2 has not yet ported,KATO Takenori1999-02-031-0/+447