summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2
Commit message (Expand)AuthorAgeFilesLines
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslypeter2001-11-012-2/+2
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-231-1/+1
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-314-4/+80
* Unset MAINTAINER.rnordier2001-07-211-2/+0
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* Set MAINTAINER.rnordier2000-10-021-0/+2
* - Inline all the functions that are only called once. This results in ajhb2000-07-061-114/+107
* 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
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-263-45/+47
* Comment this bad boy. Hopefully the next person that comes along won'tjhb2000-06-192-58/+196
* Treat \t and \n inside /boot.config as whitespaces.ru2000-06-131-2/+2
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-234-261/+188
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-111-1/+1
* Support the new ata(4) syntax, while providing backward compatibility for wd(4).ru2000-02-091-10/+13
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-151-1/+2
* Return this file to its pre-spammed version. Thanks to some new compilerobrien1999-11-141-8/+8
* Enter complier upgrade mode again. We need to cut 169 bytes from this:obrien1999-11-141-8/+8
* Turn on the -fforce-addr and -fschedule-insns optimizations. Addingobrien1999-11-131-2/+3
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-204-55/+106
* Fix use of e_phoff in place of e_phnum.rnordier1999-06-191-2/+2
* Fix damage introduced in previous commit.rnordier1999-04-051-2/+2
* Optimize better for space.rnordier1999-04-051-2/+2
* Remove the string ">>> FreeBSD/i386 BOOT". I need to reduce the size ofobrien1999-04-041-2/+2
* Make <DEL> an alternative rubout character for command input; manyjoerg1999-03-311-2/+3
* Check size of partition before using it.rnordier1999-01-291-2/+3
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-241-1/+2
* In the event of a disk error, boot2 is expecting an errorrnordier1999-01-132-12/+12
* Drop boot.help support.rnordier1999-01-111-10/+5
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-103-9/+10
* Damn, I thought I had committed this already, but it seems not.peter1999-01-103-9/+9
* Revise error messages.rnordier1998-11-112-4/+4
* Prevent boot.config being parsed more than once.rnordier1998-11-081-1/+2
* Drop the familiar 'text=xxxx data=xxxx bss=xxxx ...' display whilernordier1998-11-081-14/+2
* boot1: Eliminate EDD detection and optional use of disk packetrnordier1998-11-085-194/+155
* Make use of BIOS int 0x13 extensions configurable, and disabledrnordier1998-11-054-7/+17
* Avoid interruptions while talking to keyboard controller.rnordier1998-10-272-10/+14
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-271-4/+6
* Make serial port, data format, and bps configurable.rnordier1998-10-203-10/+16
* Fix some glitches in the input routine:rnordier1998-10-171-2/+7
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-171-1/+2
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-171-6/+4
* biosboot compatibility fix:rnordier1998-10-171-4/+7
* biosboot compatibility fix:rnordier1998-10-171-2/+2
* Fix path to sio.srnordier1998-10-151-2/+2
* Add serial, dual, and probe-keyboard support.rnordier1998-10-155-25/+261
* Fix btx include path.rnordier1998-10-141-2/+2
* Include <bsd.prog.mk>. Add install target (to /boot for now).rnordier1998-10-141-5/+18
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-131-4/+5
OpenPOWER on IntegriCloud