Changeset 359 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Strings.asm
- Timestamp:
- Mar 19, 2012, 2:22:17 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Strings.asm
r347 r359 6 6 SECTION .data 7 7 8 g_szProgramName: db "BIOS Drive Information Tool v1.0. 0",LF,CR8 g_szProgramName: db "BIOS Drive Information Tool v1.0.1",LF,CR 9 9 db "(C) 2012 by XTIDE Universal BIOS Team",LF,CR 10 10 db "Released under GNU GPL v2",LF,CR … … 22 22 g_szLBA48: db " LBA48 sectors: ",NULL 23 23 24 g_szXTUB: db "XTIDE Universal BIOS %s generates following L-CHS...",LF,CR,NULL 25 g_szXTUBversion: db ROM_VERSION_STRING ; This one is NULL terminated 26 24 27 g_szOldInfoHeader: db "Old INT 13h information from AH=08h and AH=15h...",LF,CR,NULL 25 28 ; Cylinders
Note:
See TracChangeset
for help on using the changeset viewer.