summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/cdboot
AgeCommit message (Expand)Author
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdbootMichael Shalayeff
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
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
2004-10-09size works now on cross-size .o filesMichael Shalayeff
2004-08-24Sync with i386 cdboot.8:Tom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/amd64/bsd.rd first.Tom Cosgrove
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove