Changeset 64 for trunk/bootcode/regular/std_text.asm
- Timestamp:
- Oct 11, 2016, 10:41:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.