summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whilernordier1998-11-082-28/+4
* boot1: Eliminate EDD detection and optional use of disk packetrnordier1998-11-087-203/+164
* Make use of BIOS int 0x13 extensions configurable, and disabledrnordier1998-11-055-9/+20
* Turn off -g accidentally left in from testing.msmith1998-11-041-3/+3
* Respect ${.OBJDIR} properly when looking for libficl.ajkh1998-11-041-1/+5
* Add required parts for BootForth building (currently disabled andmsmith1998-11-041-5/+10
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-022-2/+18
* Revise a few comments.rnordier1998-11-022-14/+14
* Ignore, rather than emulate, an i386 'hlt' instruction (though forrnordier1998-11-012-22/+22
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-313-8/+52
* Fix an uninitialized variable in the `dangerously dedicated disk' case.luoqi1998-10-301-1/+2
* Make the BTX loader much more quiet about what it's doing. This removesmsmith1998-10-303-54/+87
* Simplify the "is a character ready" test, so that we don't return a falsemsmith1998-10-281-4/+2
* Avoid interruptions while talking to keyboard controller.rnordier1998-10-272-10/+14
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-272-8/+12
* Clean the ${BASE}.sym file as well.msmith1998-10-231-2/+2
* Remove a debugging copy of offsetof() that snuck in.msmith1998-10-231-2/+1
* Enable the PCI BIOS PnP enumerator.msmith1998-10-231-3/+3
* PnP enumerator using the PCI BIOS. This is needlessly complex due to themsmith1998-10-233-6/+300
* PnP BIOS enumerator; mostly useful for hunting PnP devices that are supportedmsmith1998-10-221-0/+290
* Add a dependancy on the BTX crt0 objectmsmith1998-10-223-8/+6
* Add biospnp.cmsmith1998-10-221-2/+3
* Pop the return address off the stack before making a V86_CALLF call;msmith1998-10-221-2/+5
* Bye-bye setdefs.msmith1998-10-212-90/+0
* - Enable PnP and ISA PnP code.msmith1998-10-213-26/+59
* Don't depend on being part of the kernel tree. If we are, use the kernel'smsmith1998-10-211-5/+8
* Make serial port, data format, and bps configurable.rnordier1998-10-204-12/+24
* Make configurable (a) whether to use int 0x13 extensions; (b) timeoutrnordier1998-10-193-17/+25
* Set BINMODE to 444.rnordier1998-10-171-1/+2
* Fix some glitches in the input routine:rnordier1998-10-172-4/+14
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-172-2/+4
OpenPOWER on IntegriCloud