summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* Set MAINTAINER.rnordier2000-10-021-0/+2
* - Inline all the functions that are only called once. This results in ajhb2000-07-061-114/+107
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-261-1/+1
* 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-231-9/+6
* 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-282-2/+2
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-201-2/+5
* 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
* Drop boot.help support.rnordier1999-01-111-10/+5
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-101-5/+6
* Damn, I thought I had committed this already, but it seems not.peter1999-01-101-3/+3
* 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-082-9/+9
* Make use of BIOS int 0x13 extensions configurable, and disabledrnordier1998-11-051-2/+3
* biosboot compatibility fix: change behavior of backspace in getstr().rnordier1998-10-271-4/+6
* Make serial port, data format, and bps configurable.rnordier1998-10-201-2/+8
* 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-152-25/+77
* 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
* Make v86.ctl default more explicit; simplify read error-handling;rnordier1998-10-131-12/+26
* Adjust NDEV value.rnordier1998-10-131-11/+8
* Change to a 15-sector boot2.rnordier1998-10-132-22/+30
* Don't use an absolute path to objcopy.rnordier1998-10-131-3/+3
* Improve drive recognition and handling.rnordier1998-10-131-26/+40
* New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-122-0/+782
OpenPOWER on IntegriCloud