summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
Commit message (Expand)AuthorAgeFilesLines
* Save a couple of bytes for the SIO case.phk2004-06-171-4/+2
* Merge boot0 and boot0sio so they behave the same.phk2004-06-111-42/+17
* Partly back out last revision that unnecessarily changed validru2004-05-141-236/+236
* Convert block comments into C-style that is understood by cpp(1).ru2004-04-291-204/+210
* Thanks to David's patches, we can now simplify these makefilesru2004-04-281-6/+4
* Switch to using C99 comments in assembler preprocessed with cpp(1).ru2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.ru2004-04-283-666/+167
* Temporary precaution measure until repocopy requests areru2004-04-281-5/+7
* Change from '#' to "//" comment character to allow CPP preprocessing.phk2004-04-275-1295/+500
* Use a more compact syntax for passing the "binary" options to 'ld'.obrien2004-04-251-1/+1
* Simplify the building of our i386 'binary' boot components by directlyobrien2004-04-251-6/+2
* Fix a last second typo in 'vi' that caused a problem.obrien2004-04-202-4/+4
* White space style cleanup.obrien2004-04-205-109/+109
* MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.obrien2004-04-192-36/+48
* Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.obrien2004-03-262-0/+974
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-4/+7
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-14/+10
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Allow one to specify the com port settings for boot0sio.obrien2004-01-063-5/+11
* Properly fix a typo that the previous revision made even worse.jhb2003-12-111-1/+1
* Sync these two files.obrien2003-12-093-57/+61
* Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.obrien2003-12-081-14/+6
* Add a serial console capable version of the FreeBSD boot manager. This hasbms2003-12-083-1/+883
* Update the size of the OS string table that wasn't updated in the previousjhb2003-11-201-1/+1
* Accpet '1'..'5' in place of F1..F5 for serial console users.obrien2003-06-011-3/+5
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+0
* Unrevert revision 1.12. Revision 1.14 backed this out saying it wasjhb2002-01-101-7/+17
* Unset MAINTAINER.rnordier2001-07-211-2/+0
* Fix column alignment (whitespace-only change).rnordier2000-12-191-1/+1
* Add a magic number, for easier identification of boot0. At present,rnordier2000-12-121-1/+5
* Go back to occupying just a single sector, reverting r1.17 - r1.20.rnordier2000-10-022-166/+82
* Set MAINTAINER.rnordier2000-10-021-0/+2
* Correct BSD/OS slice type.rnordier2000-09-091-2/+2
* Typo/spelling fixes.rnordier2000-08-081-4/+4
* Argh! Fix a brainfart of mine. In the old boot0, we relocated ourselfjhb2000-08-041-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-8/+17
* Oops. Remove some debugging code used to display a hexdump of the sectorjhb2000-07-171-66/+3
* The new and improved boot0, v1.1. This version adds the following:jhb2000-07-122-74/+213
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-233-196/+44
* Switch to using the .code16 as(1) directive and using 16-bit assemblyjhb2000-05-052-63/+138
* Remove accidental cut&paste garbage in a comment.julian1999-09-031-4/+1
* Comment the boot manager. So I don't have to work it all out again :-)julian1999-09-031-12/+159
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Recognise NetBSD slices.rnordier1999-07-241-3/+4
* Provide for enabling/disabling each slice individually.rnordier1999-06-192-3/+5
* Change active flag handling; sanity check passed drive number; passrnordier1999-06-182-77/+81
* Save option, rather than slice, selected. This permits unattendedrnordier1999-03-011-18/+26
* Implement "setdrv" optionrnordier1999-02-261-5/+10
* Revise some comments and labels.rnordier1998-12-051-16/+22
* Drop EDD support detection, though retain configurable use of diskrnordier1998-11-292-104/+110
OpenPOWER on IntegriCloud