summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0
Commit message (Expand)AuthorAgeFilesLines
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-6/+5
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-201-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+6
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-031-1/+1
* A number of small changes to make the 'save choice to disk' safer,luigi2008-12-302-28/+27
* Fix typo in the comment %is -> %si.sobomax2008-12-081-1/+1
* Another, hopefully final set of changes to boot0 and boot0cfg.luigi2008-12-032-61/+71
* This commits brings in a lot of documentation and some enhancementluigi2008-12-022-248/+476
* Fix a typo in previous commit: must call "putn" to print a crlf,luigi2008-11-261-1/+1
* Pass the pointer to the selected partition in %si to the next stageluigi2008-11-261-2/+3
* Fix setting of serial port speed. A junk value was passed in AX whenthomas2007-03-261-1/+1
* Restore the pre-5.x behavior of only beeping if the user makes a badjhb2006-05-031-5/+8
* Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDru2005-04-251-5/+28
* Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).des2005-02-081-2/+2
* Only update the boot sector when there is a valid drive number provided.peadar2005-01-091-14/+15
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* 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
OpenPOWER on IntegriCloud