summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Make builtin's state-aware in loader.jkh1999-01-281-14/+106
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* From the PR:msmith1999-01-243-6/+145
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* From the PR:msmith1999-01-241-11/+7
* 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
* Add EXCEPTION word set.msmith1999-01-2213-58/+339
* bootstrap.hmsmith1999-01-226-141/+87
* Fix extraneous free() on error.rnordier1999-01-221-2/+1
* 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
* Add 'set tunables' help, list the kernel tunable values that can currentlymsmith1999-01-211-0/+18
* Transition from using Perl to using awk for our text-manipulationmsmith1999-01-187-274/+203
* Replace duplicated "old" linker set definitions with an include ofjdp1999-01-161-52/+2
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-152-12/+20
* Change counter-intuitive pc@ and pc! to inb and outb.abial1999-01-145-20/+22
* In the event of a disk error, boot2 is expecting an errorrnordier1999-01-132-12/+12
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itabial1999-01-131-2/+2
* Add words "pc!" and "pc@" which allow to manipulate I/O ports. This canabial1999-01-135-0/+120
* Typo in patch application.msmith1999-01-131-2/+2
* Drop boot.help support.rnordier1999-01-112-20/+10
* No builtin command resets getopt before using it, causingmsmith1999-01-114-3/+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
* Enable escapes for $ to make it possible to insert variable names intomsmith1999-01-102-4/+9
* 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
* Add a description for 'lsdev' so that it shows up in the '?' displaymsmith1999-01-091-2/+3
* Alpha-specific help topics (currently empty)msmith1999-01-051-0/+0
* Fix a potential sign extension bug on 8-bit chars.peter1999-01-041-3/+3
* Fix variable initialization.. It was written with '==' instead of '-'.peter1999-01-041-2/+3
* Clean some unused variables lintpeter1999-01-041-2/+4
* Don't forget a trailing \n when loading a kernel that has been stripped.peter1999-01-041-7/+8
* Restore dependancy to build loader.help heremsmith1999-01-041-2/+2
* Add dependancy to build loader.help heremsmith1999-01-041-1/+1
* First cut at generating loader.help for the alphamsmith1999-01-031-0/+12
* Reenable generation of the loader.help filemsmith1999-01-031-9/+9
* Update for new boot block location.jkh1999-01-021-5/+1
* Add support for some FACILITY words:abial1998-12-311-1/+74
* 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
* Add new word ".#" which acts like "." but doesn't output a space separator.abial1998-12-221-0/+13
* * Begin integration of built-ins with Forth: leave the exit code fromabial1998-12-223-30/+46
OpenPOWER on IntegriCloud