summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-172-12/+8
* biosboot compatibility fix:rnordier1998-10-172-8/+14
* biosboot compatibility fix:rnordier1998-10-172-4/+4
* Fix path to sio.srnordier1998-10-152-4/+4
* Add serial, dual, and probe-keyboard support.rnordier1998-10-157-50/+338
* Get the last used address via a more conservative method, don't dependpeter1998-10-153-12/+18
* Activate boot2.rnordier1998-10-141-2/+2
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-142-5/+20
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-143-12/+12
* Fix btx include path.rnordier1998-10-142-4/+4
* Include <bsd.prog.mk>. Add install target (to /boot for now).rnordier1998-10-142-10/+36
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-132-8/+10
* Make v86.ctl default more explicit; simplify read error-handling;rnordier1998-10-132-24/+52
* Adjust NDEV value.rnordier1998-10-132-22/+16
* Change to a 15-sector boot2.rnordier1998-10-136-48/+64
OpenPOWER on IntegriCloud