summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed pointer to the partition table in the buffer.kato2000-08-031-12/+7
* Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupieskato2000-08-0211-1/+1752
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.nyan2000-07-302-12/+74
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-1/+1
* Remove an unnecessary .PATH entry.jhb2000-07-211-1/+0
* Declare our DEC Alpha cdboot to be a fully released version 1.0.obrien2000-07-181-0/+1
* Oops. Remove some debugging code used to display a hexdump of the sectorjhb2000-07-171-66/+3
* Unbreak the build -- no manual page for this yet.jlemon2000-07-171-1/+1
* Hook up liloldrjlemon2000-07-171-0/+1
* This is `liloboot', which creates a file which can be treated like ajlemon2000-07-173-0/+372
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.nyan2000-07-141-29/+94
* The new and improved boot0, v1.1. This version adds the following:jhb2000-07-122-74/+213
* Always install loader.4th, defaults/loader.conf, and support.4th instead ofjhb2000-07-101-1/+1
* Don't call printf with no format string.kris2000-07-101-1/+1
* Don't call printf with no format string. This is technically a securitykris2000-07-101-2/+2
* Remove commented out NOMAN variable.jhb2000-07-071-1/+0
* - Inline all the functions that are only called once. This results in ajhb2000-07-062-228/+214
* Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.jhb2000-07-062-2/+2
* Clarify the comments in here a bit. The first sector of boot2 is not justjhb2000-07-062-4/+4
* Emulate the WBINVD instruction when it is called by the BIOS.jhb2000-07-062-12/+30
* Change the fault message to say 'BTX halted' isntead of 'System halted' tojhb2000-06-292-2/+2
* Add randomdev_load="NO"ache2000-06-291-0/+1
* Rework the detecting of the rdmsr and wrmsr instructions in the v86jhb2000-06-292-14/+14
* - Don't blindly assume that there are 8 hard drives installed. Instead,jhb2000-06-271-10/+37
* Comment this.jhb2000-06-261-5/+36
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-264-46/+48
* Typo fix: tunnable.mph2000-06-251-3/+2
* Whitespace-only changes: apply accepted line breaking style as asheldonh2000-06-221-91/+138
* Comment this bad boy. Hopefully the next person that comes along won'tjhb2000-06-192-58/+196
* - Add some more details to the 'lsdev' output for FAT file systems.jhb2000-06-191-27/+83
* Add wx and ispfw loadable module defaults.mjacob2000-06-171-0/+2
* Add support for emulating the RDMSR and WRMSR instructions into BTX. Injhb2000-06-172-4/+48
* Fix vocabulary juggling so that builtins voc is always searched beforedcs2000-06-161-2/+2
* Revert to 1.8dcs2000-06-141-23/+23
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasdcs2000-06-142-5/+7
* Delay calling the device cleanup routines until the absolute lastps2000-06-148-5/+18
* Make typing 'q' or 'Q' work for the show command as the pager promptps2000-06-141-1/+2
* With apologies to dcs, temporarily comment out the version check code. Itpeter2000-06-141-23/+23
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-1/+1
* Treat \t and \n inside /boot.config as whitespaces.ru2000-06-132-4/+4
* Fix REFILL. It must throw RESTART instead of OUTOFTEXT so thatdcs2000-06-121-2/+27
* The word environment? returns a flag indicating whether the variabledcs2000-06-121-7/+23
* Make abort" functional in interpret mode. This behavior is undefineddcs2000-06-121-11/+24
* Make comment reflect reality.dcs2000-06-121-1/+1
* Put some version checking.dcs2000-06-071-0/+8
* Bump loader version due to FICL (duh!) and copyin, copyout, setenv&cia.dcs2000-06-071-0/+2
* Bump loader version due to copyin, copyout, setenv&cia.dcs2000-06-071-0/+1
* Modify boot-conf so it can take a kernel or directory name asdcs2000-06-071-4/+122
* Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.dcs2000-06-074-1/+229
* Remove AGAIN definition, as FICL 2.04 provides it.dcs2000-06-071-3/+11
OpenPOWER on IntegriCloud