aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: s/partion/partition/Martin Blapp2010-01-021-1/+1
* Reimplement the boot2 for pc98 completely.Yoshihiro Takahashi2009-12-3122-4567/+1312
* Don't use 15M-16M area on pc98. It's reserved for some devices.Yoshihiro Takahashi2009-12-311-1/+1
* Add setting machine type support to the loader.Yoshihiro Takahashi2009-12-314-1/+112
* Move cursor position after putting a character.Yoshihiro Takahashi2009-12-211-0/+10
* Fix debug messages of bd_io().Yoshihiro Takahashi2009-12-171-4/+4
* Cleanups the boot2 for pc98. There is no functional change.Yoshihiro Takahashi2009-12-118-164/+18
* MFi386: revision 200219Yoshihiro Takahashi2009-12-082-8/+25
* MFi386: Use real mode instead of v86 mode.Yoshihiro Takahashi2009-12-081-407/+358
* MFi386: revision 200216Yoshihiro Takahashi2009-12-082-3/+2
* Remove spinconsole from pc98, some parts seem to be missed and it'sMaxim Sobolev2009-11-271-2/+0
* Add new loader console type: "spinconsole". This console selects theMaxim Sobolev2009-11-271-0/+2
* MFi386:Yoshihiro Takahashi2009-09-131-1/+1
* Some of the boot loader code only works on a ufs file system, but itDoug Rabson2009-05-281-6/+6
* Oops, fix the previous change.Yoshihiro Takahashi2009-03-201-3/+3
* MFi386: r189749Yoshihiro Takahashi2009-03-201-33/+69
* Merge the missing changes from i386.Yoshihiro Takahashi2009-03-201-12/+49
* MFi386: the part of r179825 to reduce diffs against i386.Yoshihiro Takahashi2009-03-201-10/+21
* Reduce diffs against i386.Yoshihiro Takahashi2009-03-193-11/+14
* Use the common PC98_MID_* defines instead of a magic number.Yoshihiro Takahashi2009-03-191-4/+4
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-2/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysJohn Baldwin2008-08-081-0/+5
* Remove Japanese document.Yoshihiro Takahashi2008-07-041-65/+0
* Fix a fallout from SSP commit, and make this compile again.Ruslan Ermilov2008-06-261-2/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-252-0/+4
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* MFi386: revision 1.43Yoshihiro Takahashi2008-02-291-0/+7
* MFi386: revision 1.55.Yoshihiro Takahashi2008-02-291-4/+27
* MFi386:Yoshihiro Takahashi2008-02-282-57/+2
* MFi386: revision 1.18Yoshihiro Takahashi2007-11-181-1/+1
* MFi386: part of 1.52Yoshihiro Takahashi2007-10-251-32/+33
* MFi386: part of revision 1.51Yoshihiro Takahashi2007-10-251-161/+83
* MFi386: revision 1.50Yoshihiro Takahashi2007-10-241-39/+30
* MFi386: revision 1.41Yoshihiro Takahashi2007-10-241-2/+1
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousJohn Baldwin2007-10-243-7/+4
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-1/+2
* Fix build.Yoshihiro Takahashi2007-04-071-1/+1
* Added the IPLware 3.33 support.KATO Takenori2007-04-076-7/+173
* pc98 boot2 is compiled with _KERNEL defined, and that makes non-staticAlexander Kabaev2007-04-061-1/+1
* - Moved the uninitialized variables from the data to the bss section.KATO Takenori2007-03-173-14/+19
* MFi386: revision 1.17.Yoshihiro Takahashi2007-03-041-1/+1
* Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP.Yoshihiro Takahashi2006-11-091-0/+38
* MFi386: revisions from 1.39 to 1.43.Yoshihiro Takahashi2006-11-091-57/+49
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-021-2/+2
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-023-15/+15
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-0/+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
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Add a bootable CD support.Yoshihiro Takahashi2006-05-144-1/+1169