Changeset 359 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Strings.asm


Ignore:
Timestamp:
Mar 19, 2012, 2:22:17 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to BIOS Drive Information Tool:

  • L-CHS variables generated by XTIDE Universal BIOS are now displayed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BIOS_Drive_Information_Tool/Src/Strings.asm

    r347 r359  
    66SECTION .data
    77
    8 g_szProgramName:    db  "BIOS Drive Information Tool v1.0.0",LF,CR
     8g_szProgramName:    db  "BIOS Drive Information Tool v1.0.1",LF,CR
    99                    db  "(C) 2012 by XTIDE Universal BIOS Team",LF,CR
    1010                    db  "Released under GNU GPL v2",LF,CR
     
    2222g_szLBA48:          db  " LBA48 sectors: ",NULL
    2323
     24g_szXTUB:           db  "XTIDE Universal BIOS %s generates following L-CHS...",LF,CR,NULL
     25g_szXTUBversion:    db  ROM_VERSION_STRING  ; This one is NULL terminated
     26
    2427g_szOldInfoHeader:  db  "Old INT 13h information from AH=08h and AH=15h...",LF,CR,NULL
    2528                    ;   Cylinders
Note: See TracChangeset for help on using the changeset viewer.