summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add a new compile-time tweak to BTX. If you set the make(1) variablejhb2000-08-243-2/+10
* List loader.conf and friends in the FILES section.sheldonh2000-08-241-0/+6
* Fixed determination method for sector size of the 2nd IDE HDD.kato2000-08-151-1/+1
* Merged from sys/boot/i386/Makefile.inc revision 1.2.kato2000-08-121-0/+1
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-112-0/+4
* Add missing "is".dcs2000-08-111-1/+1
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-2/+6
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Typo/spelling fixes.rnordier2000-08-081-4/+4
* - Fixed missing initialization of current device number.kato2000-08-062-1/+2
* Argh! Fix a brainfart of mine. In the old boot0, we relocated ourselfjhb2000-08-041-1/+1
* Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* - Fixed %si (offset to partition table) in boot.kato2000-08-031-3/+3
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-035-20/+20
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0332-274/+278
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
* - 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
OpenPOWER on IntegriCloud