aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/cdboot/cdboot.s
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add a trailing \0 to the read error string.John Baldwin2007-11-211-1/+1
* Fix the cdboot twiddle display.Remko Lodder2007-02-231-1/+1
* Tweak comment.John Baldwin2006-04-111-4/+4
* Use the proper condition to determine that we matched an filename.John Baldwin2006-04-111-1/+1
* When enabling A20 put upper limit on amount of time we wait for the keyboardMaxim Sobolev2006-04-111-3/+10
* Update the copyright to use a 3 clause BSD license rather than one thatJohn Baldwin2004-06-221-9/+23
* Remove a bogus increment of %di when scanning the list of loader paths.John Baldwin2004-06-221-1/+0
* - Use constant for shift when converting file length in bytes to a sectorJohn Baldwin2004-01-121-2/+5
* - Change the lookup() function to report success or failure using the carryJohn Baldwin2003-12-111-8/+32
* Remove a few more debugging bits and turn on twiddle output while readingJohn Baldwin2001-11-071-15/+3
* Trim all the extra debugging output including hexdumps, debug messages,John Baldwin2001-11-041-189/+4
* This is a new CD bootstrap utility designed to replace cdldr. AccordingJohn Baldwin2001-11-041-98/+587
* Allow for text section alignment to properly align the "end" symbol at theMark Peek2001-08-091-0/+1
* Trim trailing whitespace.John Baldwin2001-08-091-6/+6
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,John Baldwin2000-05-231-1/+1
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workJohn Baldwin2000-05-231-19/+15
* Mega i386 loader commit.John Baldwin2000-03-281-59/+64
* Add the new cdldr CD bootstrap loader. This patch includes the following:John Baldwin2000-01-271-0/+259