summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/libsa/machdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin2018-07-111-2/+58
* Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which ismiod2015-09-181-2/+2
* Bring the boot changes on amd64 to i386. alloca is deleted.yasuoka2015-09-021-1/+9
* Check for Control key held down when starting, and don't read boot.conftom2007-04-271-1/+8
* Enter pxeboot, derived from the NetBSD implementation. Initiallytom2004-03-191-25/+19
* ansification and knf and protosderaadt2003-08-111-2/+2
* three four killsmickey2003-06-031-6/+1
* i386 ELF bootloader. developed with weingart@drahn2003-04-171-2/+2
* probe for ps2 model and check if kbd controller is presentmickey2001-08-181-12/+16
* add pciprobe back into /boot.mickey2000-10-251-2/+2
* pcibios kernel device is now doing this jobmickey2000-10-091-2/+2
* give better support to the bios memory maps.mickey1999-08-251-23/+21
* put support for test /boot environment back; some CLEANFILES and spacesmickey1998-05-251-1/+3
* shorten device probe messages to 2 linesderaadt1998-05-161-1/+2
* i386 bootblocks that work for 2.3. A tale too long to tellderaadt1998-04-181-1/+3
* delete blank linederaadt1998-03-111-2/+2
* Changes/updates to /boot stuff. More to come.weingart1998-02-241-5/+7
* big diskinfo changes from toby@mickey1997-11-301-2/+4
* newer, better stuff; some parts by toby@mickey1997-10-221-2/+1
* correctmickey1997-10-181-6/+3
* Cleanup, make it all compile.weingart1997-10-171-106/+2
* Use BIOS to probe for memory map.weingart1997-10-171-1/+2
* BOOT_APM bye, byemickey1997-10-121-6/+4
* better amp messagemickey1997-10-061-5/+5
* according to the recent apm changesmickey1997-09-291-17/+20
* s/apm_init/apm_check/ in apm_check() debug printfmickey1997-09-021-2/+3
* consistencymickey1997-08-311-15/+15
* put values into BIOS_vars so kernel will get 'em soonmickey1997-08-221-24/+21
* BIOS_regs in machdep.c, so they won't get lost w/o biosdev.cmickey1997-08-211-1/+2
* be honest about rootsmickey1997-08-131-2/+7
* inline callsmickey1997-08-131-50/+102
* new consmickey1997-08-121-3/+2
* grammarniklas1997-08-071-2/+2
* more debugsmickey1997-08-051-2/+11
* say smth about apm w/o debugmickey1997-07-311-1/+4
* adopt for assym.hmickey1997-07-281-8/+8
* proper includemickey1997-07-211-2/+2
* disable apm for the momentmickey1997-07-181-1/+3
* yet another small step towards MI bootmickey1997-07-181-0/+100