Changeset 43 for trunk/TOOLS/INTERNAL/FIXCODE.ASM
- Timestamp:
- Apr 11, 2014, 11:48:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/INTERNAL/FIXCODE.ASM
r37 r43 39 39 db ' - (c) Copyright 2009 by M. Kiewitz', 13, 10, '$' 40 40 COM_LoadCode db ' - Loading bootcode from file...$' 41 COM_CodeName db ' air-boot.com', 041 COM_CodeName db 'AIR-BOOT.COM', 0 42 42 COM_LoadMBR db ' - Loading MBR-protection from file...$' 43 COM_MBRName db ' mbr-prot\mbr_prot.com', 043 COM_MBRName db 'MBR-PROT\MBR_PROT.COM', 0 44 44 COM_MergeMBR db ' - Merging MBR-protection into bootcode...$' 45 45 COM_CountCode db ' - Count code in bootcode-image...$'
Note:
See TracChangeset
for help on using the changeset viewer.