summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1445-45/+45
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(peter1996-12-151-1/+2
* Two fixes:martin1996-12-112-7/+7
* Don't depend on <net/if.h> including <sys/time.h>wollman1996-12-101-0/+1
* Give up early for empty partitions. The offset for an emptybde1996-12-101-3/+7
* Update the bootblocks to use the new definitions that changed in thenate1996-12-031-3/+3
* Add a timeout here, just like in if_ed.cphk1996-11-281-1/+2
* Fix my previous (untested) commit. The probe routine now appears to workpeter1996-11-241-2/+2
* Make this compile again after the syscons/psm/kbdio changes that removedpeter1996-11-232-14/+20
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Fill in the bios-geometry array in struct bootinfo.phk1996-11-022-0/+79
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* Synchronized with biosboot/Makefile:bde1996-10-151-6/+8
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-142-12/+34
* Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.bde1996-10-141-4/+3
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if thebde1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.bde1996-10-081-2/+2
* Print the dos device number for read failures.bde1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.bde1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglybde1996-10-081-1/+3
* Fix a couple of bugs causing false positivespst1996-09-261-6/+3
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-7/+7
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
* Removed declarations of recently deleted variables and cleaned upbde1996-09-141-6/+6
* Potentially saved a whole 4 bytes and reduced bogusness by eliminatingbde1996-09-142-5/+4
* The intended usage is:phk1996-09-112-0/+100
* Add #ifdef for RAWBOOT.phk1996-09-112-27/+54
* Add "rawboot", sort the subdirs.phk1996-09-111-2/+2
* Rather than adding more gunk here, clean some of it up:phk1996-09-103-48/+34
* Remove boot2 when the size test fails so that rebuilding without fixingbde1996-09-071-2/+4
* Saved 48 bytes (46 before padding) using assorted nano-optimizations:bde1996-09-071-13/+14
* Saved 48 bytes (56 before padding) by moving a variable declaration.bde1996-09-071-2/+3
* Back out the previous changesjulian1996-09-052-86/+75
* 3 changes:julian1996-09-043-82/+92
* Add g to flags helpache1996-08-281-1/+1
* Add g option to usage lineache1996-08-282-2/+3
* Support for GDB remote debug protocol.pst1996-08-274-4/+10
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
* Megacommit to straigthen out ETHER_ mess.phk1996-08-066-42/+33
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macrobde1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisbde1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forbde1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.bde1996-07-122-19/+19
* make the NAMEBLOCK changes conditional on that preprocessor variable,julian1996-07-093-10/+15
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* Add a check in the SMC probe to verify that the card has an ethernetmartin1996-06-091-0/+4
OpenPOWER on IntegriCloud