summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1417-17/+17
* Initialize the upper 16 bits of the memory sizes properly (to 0).bde1996-12-181-3/+4
* 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
* 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 all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Rationalize support for serial consoles running at baud rates other than 9600pst1996-11-022-4/+8
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-141-5/+15
* 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
* Add #ifdef for RAWBOOT.phk1996-09-112-27/+54
* 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 option to usage lineache1996-08-281-2/+2
* Support for GDB remote debug protocol.pst1996-08-271-1/+3
* 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
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-4/+4
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andbde1996-04-301-4/+21
* Document how to drop into DDB from a serial console.jkh1996-04-131-1/+10
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
* Saved 14 bytes by avoiding gas braindamage and 8 bytes by betterbde1996-03-081-23/+22
* Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'bde1996-03-084-13/+18
* Made the timeouts in gets() machine-independent. Use the BIOS tickbde1996-03-081-31/+35
* Load %fs with the flat data segment selector while in protected mode.bde1996-03-081-3/+7
* Fixed restoring segment descriptors in prot_to_real(). The descriptorsbde1996-03-082-12/+13
* Create symlinks for vnboot and bootvn, too.joerg1996-02-031-2/+2
* Implement an optional TIMEOUT value while entering the boot parameterjoerg1996-01-212-4/+33
* Document the ``BOOT_HD'' make option for the bootblocks.joerg1996-01-061-2/+7
* Remove -fno-strength-reduce, gcc bug recently fixedache1996-01-051-2/+2
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-101-2/+3
OpenPOWER on IntegriCloud