summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa
AgeCommit message (Expand)Author
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-04-28clone "Control key" logic from i386 written by tom; tested by artTheo de Raadt
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2006-12-29Fix another 'tripple' (not surprising, since this was copied from theTom Cosgrove
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2005-05-31spelling corrections in comments;Jason McIntyre
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-29Make boot code use real mode with 64K segments instead of 1M segments,Tom Cosgrove
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-13KNFTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2004-09-20addres -> addressMiod Vallat
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove
2004-08-18Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1,Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
2004-02-23- Pick up the /boot argc, argv in locore.S (though not currently used)Tom Cosgrove
2004-02-03das boot; das cloned das from das i386Michael Shalayeff