aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Get defaults for the boot device (and flags) from the fileBruce Evans1997-02-131-16/+48
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1445-45/+45
* Initialize the upper 16 bits of the memory sizes properly (to 0).Bruce Evans1996-12-181-3/+4
* Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(Peter Wemm1996-12-151-1/+2
* Two fixes:Martin Renters1996-12-112-7/+7
* Don't depend on <net/if.h> including <sys/time.h>Garrett Wollman1996-12-101-0/+1
* Give up early for empty partitions. The offset for an emptyBruce Evans1996-12-101-3/+7
* Update the bootblocks to use the new definitions that changed in theNate Williams1996-12-031-3/+3
* Add a timeout here, just like in if_ed.cPoul-Henning Kamp1996-11-281-1/+2
* Fix my previous (untested) commit. The probe routine now appears to workPeter Wemm1996-11-241-2/+2
* Make this compile again after the syscons/psm/kbdio changes that removedPeter Wemm1996-11-232-14/+20
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesBruce Evans1996-11-111-0/+4
* Preserve %esi and %edi for all BIOS calls. This is probably only necessaryBruce Evans1996-11-111-1/+25
* Fill in the bios-geometry array in struct bootinfo.Poul-Henning Kamp1996-11-022-0/+79
* Rationalize support for serial consoles running at baud rates other than 9600Paul Traina1996-11-022-4/+8
* Synchronized with biosboot/Makefile:Bruce Evans1996-10-151-6/+8
* Expose the control mechanism for serial console boot so that the defaultPaul Traina1996-10-142-12/+34
* Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.Bruce Evans1996-10-141-4/+3
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if theBruce Evans1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.Bruce Evans1996-10-081-2/+2
* Print the dos device number for read failures.Bruce Evans1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.Bruce Evans1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglyBruce Evans1996-10-081-1/+3
* Fix a couple of bugs causing false positivesPaul Traina1996-09-261-6/+3
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-7/+7
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.Bruce Evans1996-09-142-24/+30
* Removed declarations of recently deleted variables and cleaned upBruce Evans1996-09-141-6/+6
* Potentially saved a whole 4 bytes and reduced bogusness by eliminatingBruce Evans1996-09-142-5/+4
* The intended usage is:Poul-Henning Kamp1996-09-112-0/+100
* Add #ifdef for RAWBOOT.Poul-Henning Kamp1996-09-112-27/+54
* Add "rawboot", sort the subdirs.Poul-Henning Kamp1996-09-111-2/+2
* Rather than adding more gunk here, clean some of it up:Poul-Henning Kamp1996-09-103-48/+34
* Remove boot2 when the size test fails so that rebuilding without fixingBruce Evans1996-09-071-2/+4
* Saved 48 bytes (46 before padding) using assorted nano-optimizations:Bruce Evans1996-09-071-13/+14
* Saved 48 bytes (56 before padding) by moving a variable declaration.Bruce Evans1996-09-071-2/+3
* Back out the previous changesJulian Elischer1996-09-052-86/+75
* 3 changes:Julian Elischer1996-09-043-82/+92
* Add g to flags helpAndrey A. Chernov1996-08-281-1/+1
* Add g option to usage lineAndrey A. Chernov1996-08-282-2/+3
* Support for GDB remote debug protocol.Paul Traina1996-08-274-4/+10
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/Peter Wemm1996-08-191-1/+1
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.Joerg Wunsch1996-08-181-2/+2
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-066-42/+33
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macroBruce Evans1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisBruce Evans1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forBruce Evans1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.Bruce Evans1996-07-122-19/+19
* make the NAMEBLOCK changes conditional on that preprocessor variable,Julian Elischer1996-07-093-10/+15
* Add the ability to specify bootflags. This is similar to boot_i386(8),Joerg Wunsch1996-07-062-3/+31
* Obtained from: Whistle CommunicationsJulian Elischer1996-07-056-63/+240