Changeset 30 for trunk/BOOTCODE/MBR-PROT/MBR_PROT.ASM
- Timestamp:
- May 6, 2011, 4:25:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/MBR-PROT/MBR_PROT.ASM
r29 r30 27 27 org 0000h 28 28 29 OldInterrupt10 dd 'kcuf' ; we are nice aren't we ;-) 30 OldInterrupt13 dd 'kcuf' 29 ; Yes you are :-) 30 ;OldInterrupt10 dd 'kcuf' ; we are nice aren't we ;-) 31 ;OldInterrupt13 dd 'kcuf' 32 33 OldInterrupt10 dd 0 34 OldInterrupt13 dd 0 35 31 36 MBR_IgnoreWrite db 0 32 37 … … 143 148 MBRProt_WriteBorderLine EndP 144 149 145 MBRP_Line1: db 'ÕÍÍŽ!ATTENTION! -> A V IRUSWAS FOUND <- !ATTENTION!ÃÍÍž'150 MBRP_Line1: db 'ÕÍÍŽ!ATTENTION! -> A V1RU5 WAS FOUND <- !ATTENTION!ÃÍÍž' 146 151 MBRP_EmptyLine: db '³ ³' 147 152 db '³ A program tried to write to your Master Boot Record ³' … … 151 156 db '³ you have to deactivate MBR PROTECTION in AiR-BOOT ³' 152 157 db '³ or contact your supervisor. ³' 153 MBRP_Line3: db 'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2009ÃÍÍŸ' 158 ;MBRP_Line3: db 'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2009ÃÍÍŸ' 159 MBRP_Line3: db 'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2011ÃÍÍŸ' 154 160 155 161 org 1023
Note:
See TracChangeset
for help on using the changeset viewer.