summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Installs a default loader.rc if none exists. Document loader.conf.dcs1999-04-182-1/+202
* Fix damage introduced in previous commit.rnordier1999-04-052-4/+4
* Optimize better for space.rnordier1999-04-052-4/+4
* Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size ofobrien1999-04-042-4/+4
* Make <DEL> an alternative rubout character for command input; manyjoerg1999-03-312-4/+6
* Avoid copying m_args if none exists. (Perhaps this is a better solution,dcs1999-03-183-6/+9
* Version bump: kvm & dictionary size.dcs1999-03-171-1/+3
* The man page, version 0.1.dcs1999-03-152-2/+750
* Install new loader.rc stuff.dcs1999-03-101-1/+7
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-083-3/+12
* Save option, rather than slice, selected. This permits unattendedrnordier1999-03-011-18/+26
* Implement "setdrv" optionrnordier1999-02-261-5/+10
* Emulate a V86 "movl %cr0,%eax" instruction.rnordier1999-02-252-24/+52
* Don't try protecting page 0; it seems that BIOS writers now feel it'smsmith1999-02-241-2/+2
* Bumb up loader's version.dcs1999-02-081-1/+2
* Check size of partition before using it.rnordier1999-01-292-4/+6
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* Document root_disk_unitmsmith1999-01-241-0/+12
* biosdisk.cmsmith1999-01-244-13/+32
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-242-2/+4
* Fix read error not being detected.rnordier1999-01-221-1/+2
* Push version numbers up to 1.00. This is just intended to reflectrnordier1999-01-224-10/+10
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-181-2/+2
* In the event of a disk error, boot2 is expecting an errorrnordier1999-01-132-12/+12
* Drop boot.help support.rnordier1999-01-112-20/+10
* Preserve the previous loader as loader.old.msmith1999-01-111-1/+4
* Disable kzipping the loader; it seems to be breaking the aout-to-elf buildmsmith1999-01-101-3/+3
* Remove redundant line of code.steve1999-01-101-2/+1
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-106-16/+28
* Damn, I thought I had committed this already, but it seems not.peter1999-01-104-12/+12
* Explicitly look for kzip in /usr/bin, again this is a stopgap, to avoidmsmith1999-01-091-2/+2
* kzip the loader, this shrinks it to about 60% of its original size.msmith1999-01-091-1/+3
* Extend bd_print() so that it displays slices and partitions on disks.msmith1999-01-091-7/+82
* Fix a potential sign extension bug on 8-bit chars.peter1999-01-041-3/+3
* Restore dependancy to build loader.help heremsmith1999-01-041-2/+2
* Reenable generation of the loader.help filemsmith1999-01-031-9/+9
* Add back ability to make beeps when using new TERM_EMU.abial1998-12-311-6/+15
* Add simple terminal emulator, compatible with cons25. Currently supportedabial1998-12-222-9/+386
* Disable build/install of boot.help until we sort out how to construct itmsmith1998-12-161-10/+10
* Reformat help to improve subtopic display appearance, other minormsmith1998-12-151-4/+4
* Build the composite help file from the generic and architecture-specificmsmith1998-12-152-3/+33
* unlocalize dateache1998-12-071-0/+1
* Revise some comments and labels.rnordier1998-12-051-16/+22
* Drop EDD support detection, though retain configurable use of diskrnordier1998-11-292-104/+110
* Drop use of BIOS int 0x14 services in favor of direct port I/O.rnordier1998-11-221-37/+48
* Add a new variable $num_ide_disks which is used to offset the unit numbermsmith1998-11-134-15/+21
* bootforth seems to be working well enough for me and others to turnjkh1998-11-121-8/+8
* Revise error messages.rnordier1998-11-112-4/+4
* Prevent boot.config being parsed more than once.rnordier1998-11-082-2/+4
OpenPOWER on IntegriCloud