summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/libsa
AgeCommit message (Expand)Author
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-08-12Fix multiple addition error recently introduced for when extended partitionsTheo de Raadt
2008-08-04fix extended partition support by handling chained EBRs correctlyReyk Floeter
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25this diff changes the bootloader to skip the CHS sanity check if LBAReyk Floeter
2008-06-25allow to install and boot the OpenBSD A6 partition and disklabel in anReyk Floeter
2008-04-20rewrite the serial port handling to manipulate the hardware directlyDavid Gwynne
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-25typo; ok miod@Martynas Venckus
2007-07-27As on i386:Tom Cosgrove
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
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