| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix setting of serial port speed. A junk value was passed in AX when | thomas | 2007-03-26 | 1 | -1/+1 |
* | Restore the pre-5.x behavior of only beeping if the user makes a bad | jhb | 2006-05-03 | 1 | -5/+8 |
* | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED | ru | 2005-04-25 | 1 | -5/+28 |
* | Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). | des | 2005-02-08 | 1 | -2/+2 |
* | Only update the boot sector when there is a valid drive number provided. | peadar | 2005-01-09 | 1 | -14/+15 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | - If the COMSPEED is set to 0, then don't try to initialize the serial port | jhb | 2004-11-24 | 1 | -10/+10 |
* | Clean up the comments, rewording, adding missing punctuation | keramida | 2004-11-06 | 1 | -35/+26 |
* | In conjunction with having boot0cfg(8) default boot0 to packet mode. | obrien | 2004-08-27 | 1 | -1/+1 |
* | Save a couple of bytes for the SIO case. | phk | 2004-06-17 | 1 | -4/+2 |
* | Merge boot0 and boot0sio so they behave the same. | phk | 2004-06-11 | 1 | -42/+17 |
* | Partly back out last revision that unnecessarily changed valid | ru | 2004-05-14 | 1 | -236/+236 |
* | Convert block comments into C-style that is understood by cpp(1). | ru | 2004-04-29 | 1 | -204/+210 |
* | Thanks to David's patches, we can now simplify these makefiles | ru | 2004-04-28 | 1 | -6/+4 |
* | Switch to using C99 comments in assembler preprocessed with cpp(1). | ru | 2004-04-28 | 1 | -414/+414 |
* | - Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 3 | -666/+167 |
* | Temporary precaution measure until repocopy requests are | ru | 2004-04-28 | 1 | -5/+7 |
* | Change from '#' to "//" comment character to allow CPP preprocessing. | phk | 2004-04-27 | 5 | -1295/+500 |
* | Use a more compact syntax for passing the "binary" options to 'ld'. | obrien | 2004-04-25 | 1 | -1/+1 |
* | Simplify the building of our i386 'binary' boot components by directly | obrien | 2004-04-25 | 1 | -6/+2 |
* | Fix a last second typo in 'vi' that caused a problem. | obrien | 2004-04-20 | 2 | -4/+4 |
* | White space style cleanup. | obrien | 2004-04-20 | 5 | -109/+109 |
* | MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch. | obrien | 2004-04-19 | 2 | -36/+48 |
* | Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'. | obrien | 2004-03-26 | 2 | -0/+974 |
* | - Factor out -nostdlib to an upper level Makefile.inc. | ru | 2004-02-09 | 1 | -4/+7 |
* | First round of cleanups to sys/boot/ makefiles: | ru | 2004-02-06 | 1 | -14/+10 |
* | Inherit BINDIR from a parent Makefile.inc. | ru | 2004-02-06 | 1 | -1/+0 |
* | Allow one to specify the com port settings for boot0sio. | obrien | 2004-01-06 | 3 | -5/+11 |
* | Properly fix a typo that the previous revision made even worse. | jhb | 2003-12-11 | 1 | -1/+1 |
* | Sync these two files. | obrien | 2003-12-09 | 3 | -57/+61 |
* | Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use. | obrien | 2003-12-08 | 1 | -14/+6 |
* | Add a serial console capable version of the FreeBSD boot manager. This has | bms | 2003-12-08 | 3 | -1/+883 |
* | Update the size of the OS string table that wasn't updated in the previous | jhb | 2003-11-20 | 1 | -1/+1 |
* | Accpet '1'..'5' in place of F1..F5 for serial console users. | obrien | 2003-06-01 | 1 | -3/+5 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -5/+0 |
* | Unrevert revision 1.12. Revision 1.14 backed this out saying it was | jhb | 2002-01-10 | 1 | -7/+17 |
* | Unset MAINTAINER. | rnordier | 2001-07-21 | 1 | -2/+0 |
* | Fix column alignment (whitespace-only change). | rnordier | 2000-12-19 | 1 | -1/+1 |
* | Add a magic number, for easier identification of boot0. At present, | rnordier | 2000-12-12 | 1 | -1/+5 |
* | Go back to occupying just a single sector, reverting r1.17 - r1.20. | rnordier | 2000-10-02 | 2 | -166/+82 |
* | Set MAINTAINER. | rnordier | 2000-10-02 | 1 | -0/+2 |
* | Correct BSD/OS slice type. | rnordier | 2000-09-09 | 1 | -2/+2 |
* | Typo/spelling fixes. | rnordier | 2000-08-08 | 1 | -4/+4 |
* | Argh! Fix a brainfart of mine. In the old boot0, we relocated ourself | jhb | 2000-08-04 | 1 | -1/+1 |
* | Cleanup warnings. Most of these are signed/unsigned warnings, as well as | jhb | 2000-08-03 | 1 | -8/+17 |
* | Oops. Remove some debugging code used to display a hexdump of the sector | jhb | 2000-07-17 | 1 | -66/+3 |
* | The new and improved boot0, v1.1. This version adds the following: | jhb | 2000-07-12 | 2 | -74/+213 |
* | Clean up all of the 16-bit assembly code in the x86 bootstrap to work | jhb | 2000-05-23 | 3 | -196/+44 |
* | Switch to using the .code16 as(1) directive and using 16-bit assembly | jhb | 2000-05-05 | 2 | -63/+138 |
* | Remove accidental cut&paste garbage in a comment. | julian | 1999-09-03 | 1 | -4/+1 |