summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 210387nyan2010-07-251-1/+1
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-035-5/+5
* Fix typo: s/partion/partition/mbr2010-01-021-1/+1
* Reimplement the boot2 for pc98 completely.nyan2009-12-3122-4590/+1335
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-311-1/+1
* Add setting machine type support to the loader.nyan2009-12-314-1/+112
* Move cursor position after putting a character.nyan2009-12-211-0/+10
* Fix debug messages of bd_io().nyan2009-12-171-4/+4
* Cleanups the boot2 for pc98. There is no functional change.nyan2009-12-118-164/+18
* MFi386: revision 200219nyan2009-12-082-8/+25
* MFi386: Use real mode instead of v86 mode.nyan2009-12-081-410/+361
* MFi386: revision 200216nyan2009-12-082-3/+2
* Remove spinconsole from pc98, some parts seem to be missed and it'ssobomax2009-11-271-2/+0
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-271-0/+2
* MFi386:nyan2009-09-131-1/+1
* Some of the boot loader code only works on a ufs file system, but itdfr2009-05-281-6/+6
* Oops, fix the previous change.nyan2009-03-201-3/+3
* MFi386: r189749nyan2009-03-201-33/+69
* Merge the missing changes from i386.nyan2009-03-201-12/+49
* MFi386: the part of r179825 to reduce diffs against i386.nyan2009-03-201-10/+21
* Reduce diffs against i386.nyan2009-03-193-11/+14
* Use the common PC98_MID_* defines instead of a magic number.nyan2009-03-191-4/+4
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-081-0/+5
* Remove Japanese document.nyan2008-07-041-65/+0
* Fix a fallout from SSP commit, and make this compile again.ru2008-06-261-2/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-252-0/+4
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* MFi386: revision 1.43nyan2008-02-291-0/+7
* MFi386: revision 1.55.nyan2008-02-291-4/+27
* MFi386:nyan2008-02-282-57/+2
* MFi386: revision 1.18nyan2007-11-181-1/+1
* MFi386: part of 1.52nyan2007-10-251-32/+33
* MFi386: part of revision 1.51nyan2007-10-251-161/+83
* MFi386: revision 1.50nyan2007-10-241-39/+30
* MFi386: revision 1.41nyan2007-10-241-2/+1
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-243-7/+4
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-1/+2
* Fix build.nyan2007-04-071-1/+1
* Added the IPLware 3.33 support.kato2007-04-076-7/+173
* pc98 boot2 is compiled with _KERNEL defined, and that makes non-statickan2007-04-061-1/+1
* - Moved the uninitialized variables from the data to the bss section.kato2007-03-173-14/+19
* MFi386: revision 1.17.nyan2007-03-041-1/+1
* Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP.nyan2006-11-091-0/+38
* MFi386: revisions from 1.39 to 1.43.nyan2006-11-091-58/+50
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-021-2/+2
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-023-15/+15
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-0/+2
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-291-2/+2
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
OpenPOWER on IntegriCloud