History log of /openbsd-current/sys/arch/i386/stand/cdbr/cdbr.S
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 31-Oct-2012 jsing

Save and restore %ebx across the call to read. Otherwise we load the first
64KB segment at 0x7c00 and any additional 64KB segments over top of each
other at 0x10000.


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.2 24-Aug-2004 tom

Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.

"go for it" deraadt@; part of diff reviewed and ok weingart@.


# 1.1 22-Jun-2004 tom

Enter cdbr, an El Torito no-emulation CD boot sector that fits
comfortably in a single CD sector of 2,048. Not currently hooked into
the build.

Based on the FreeBSD equivalent by John Baldwin, jhb (at) FreeBSD
(dot) org, who agreed to change to a 3-clause BSD licence. Thanks.

assistance, testing and ok weingart@