aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/pxeldr/pxeldr.S
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-301/+0
* Similar to r130943 for cdboot.S, update the license on this file to aJohn Baldwin2014-02-051-8/+19
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsAndriy Gapon2012-05-101-5/+1
* Revert the previous change and let PROBE_KEYBOARD function identical to -PJohn Baldwin2008-04-091-4/+2
* In the PROBE_KEYBOARD case, always enable multiple consoles and set theJohn Baldwin2008-03-061-2/+4
* - Include <sys/reboot.h> to get the RB_* defines.Ruslan Ermilov2006-09-051-6/+4
* Merge in timeout into A20-enable routine from cdboot/boot1.Maxim Sobolev2006-04-111-3/+10
* Back out last revision that unnecessarily changed valid assemblerRuslan Ermilov2004-05-141-167/+163
* After talking to Bruce Evans and reading more standards specs,Ruslan Ermilov2004-04-281-163/+167
* Use C (and CPP) style comments for assembler-with-cpp sources,Ruslan Ermilov2004-04-281-94/+96
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.Ruslan Ermilov2004-02-111-4/+4
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.Poul-Henning Kamp2003-09-031-0/+5
* 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
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Set the proper bit in the howto flags for a serial console rather thanJohn Baldwin2000-11-301-2/+2
* Add support for probing the keyboard from pxeboot which will behavePaul Saab2000-11-301-0/+18
* 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-0/+267