Changeset 64 for trunk/bootcode
- Timestamp:
- Oct 11, 2016, 10:41:53 PM (9 years ago)
- Location:
- trunk/bootcode
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.md5
r63 r64 1 ceb2087429349e3c619e30c238982c65*airboot.bin1 d18ec4b581b32d87a485317e1a31ecd4 *airboot.bin -
trunk/bootcode/regular/std_text.asm
r63 r64 83 83 db 'For more information and source, please visit:', 0 84 84 db 'http://svn.netlabs.org/air-boot', 0 85 db 'Contact via e-mail: ', 0, ' airboot@ecomstation.com', 085 db 'Contact via e-mail: ', 0, 'rousseau.os2dev@gmx.com', 0 86 86 87 87 ; Table that points to BIOS device names. … … 103 103 ; MBR protection; should also be translated and moved. 104 104 NonMBRwrite db 'AiR-BOOT TRIED TO WRITE A non-MBR TO DISK !!',0 105 NonMBRwrite_rep db 'Please report this at airboot@ecomstation.com',0105 NonMBRwrite_rep db 'Please report this at rousseau.os2dev@gmx.com',0 106 106 SystemHalted db 'System Halted',0 107 107 … … 113 113 tasm_txt db 'Tasm',0 114 114 unknown_txt db '????',0 115 -
trunk/bootcode/version.inc
r63 r64 37 37 AB_YEAR EQU 2016h 38 38 AB_MONTH EQU 10h 39 AB_DAY EQU 09h39 AB_DAY EQU 10h 40 40 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note:
See TracChangeset
for help on using the changeset viewer.