aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge boot0 and boot0sio so they behave the same.Poul-Henning Kamp2004-06-111-42/+17
* Some embedded platforms have no keyboard controller. Give up waitingPoul-Henning Kamp2004-06-021-4/+11
* Use the correct location of the EBDA for searching for the RSDP.Nate Lawson2004-05-251-7/+9
* Back out last revision that unnecessarily changed valid assemblerRuslan Ermilov2004-05-146-1606/+1601
* Partly back out last revision that unnecessarily changed validRuslan Ermilov2004-05-141-236/+236
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDJohn Polstra2004-05-141-2/+2
* Convert block comments into C-style that is understood by cpp(1).Ruslan Ermilov2004-04-291-204/+210
* Thanks to David's patches, we can now simplify these makefilesRuslan Ermilov2004-04-285-18/+14
* Properly merge boot0sio.s and boot0.s into boot0.S.Ruslan Ermilov2004-04-281-1/+2
* Switch to using C99 comments in assembler preprocessed with cpp(1).Ruslan Ermilov2004-04-281-414/+414
* - Properly merge boot0sio.s and boot0.s into boot0.S.Ruslan Ermilov2004-04-283-666/+167
* Temporary precaution measure until repocopy requests areRuslan Ermilov2004-04-281-5/+7
* After talking to Bruce Evans and reading more standards specs,Ruslan Ermilov2004-04-286-1601/+1606
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-290/+290
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-281-94/+96
* - Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-282-346/+347
* Removed now redundant CLEANFILES assignments.Ruslan Ermilov2004-04-275-6/+0
* Change from '#' to "//" comment character to allow CPP preprocessing.Poul-Henning Kamp2004-04-275-1295/+500
* Use a more compact syntax for passing the "binary" options to 'ld'.David E. O'Brien2004-04-256-6/+6
* Simplify the building of our i386 'binary' boot components by directlyDavid E. O'Brien2004-04-256-35/+12
* Fix a last second typo in 'vi' that caused a problem.David E. O'Brien2004-04-202-4/+4
* White space style cleanup.David E. O'Brien2004-04-205-109/+109
* MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.David E. O'Brien2004-04-192-36/+48
* Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.David E. O'Brien2004-03-263-0/+981
* Fixed misspellings of 0 as NULL.Bruce Evans2004-03-141-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-122-0/+20
* For some reason crt0.o needs to be linked first for pxeboot(8) toRuslan Ermilov2004-02-271-2/+5
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.David E. O'Brien2004-02-161-80/+0
* Fixed the fatal bug introduced in previous commit: don't stripRuslan Ermilov2004-02-121-0/+1
* Clean CLEANFILES.Ruslan Ermilov2004-02-121-1/+1
* kzip(8) is long dead.Ruslan Ermilov2004-02-111-2/+0
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.Ruslan Ermilov2004-02-119-1925/+53
* - Factor out -nostdlib to an upper level Makefile.inc.Ruslan Ermilov2004-02-0912-58/+64
* Argh, unbreak "make depend" for AMD64.Ruslan Ermilov2004-02-074-6/+9
* - Removed -elf which is not a valid gcc(1) option anymore.Ruslan Ermilov2004-02-075-9/+3
* Generate .depend file.Ruslan Ermilov2004-02-072-0/+4
* Untangle building of AMD64 boot code.Ruslan Ermilov2004-02-075-14/+6
* First round of cleanups to sys/boot/ makefiles:Ruslan Ermilov2004-02-0612-249/+186
* Inherit BINDIR from a parent Makefile.inc.Ruslan Ermilov2004-02-068-7/+2
* Only include ../Makefile.inc once in loader/Makefile.Ruslan Ermilov2004-02-062-5/+2
* If a transfer to or from a floppy disk crosses a 64k boundary, we have toJohn Baldwin2004-01-211-2/+2
* - Use constant for shift when converting file length in bytes to a sectorJohn Baldwin2004-01-121-2/+5
* Allow one to specify the com port settings for boot0sio.David E. O'Brien2004-01-063-5/+11
* - Change the lookup() function to report success or failure using the carryJohn Baldwin2003-12-111-9/+33
* Properly fix a typo that the previous revision made even worse.John Baldwin2003-12-111-1/+1
* Sync these two files.David E. O'Brien2003-12-093-57/+61
* Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.David E. O'Brien2003-12-083-15/+14
* Add a serial console capable version of the FreeBSD boot manager. This hasBruce M Simpson2003-12-083-1/+883
* With the beastie menu a problem was introduced in which selecting aDaniel C. Sobral2003-11-211-3/+0