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


Ignore:
Timestamp:
May 16, 2012, 4:23:10 PM (12 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to BIOS Drive Information Tool:

  • Up to date with recent CHS translation changes.
  • Block mode and PIO capabilities are now displayed.
File:
1 edited

Legend:

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

    r376 r424  
    2121SECTION .data
    2222
    23 g_szProgramName:    db  "BIOS Drive Information Tool v1.0.1",CR,LF
     23g_szProgramName:    db  "BIOS Drive Information Tool v1.0.2",CR,LF
    2424                    db  "(C) 2012 by XTIDE Universal BIOS Team",CR,LF
    2525                    db  "Released under GNU GPL v2",CR,LF
     
    3232g_szAtaInfoHeader:  db  "ATA-information from AH=25h...",CR,LF,NULL
    3333g_szFormatDrvName:  db  " Name: %s",CR,LF,NULL
     34g_szXlateAndCHS:    db  " Mode: %s, %s",NULL
     35g_szNormal:         db  "NORMAL",NULL
     36g_szLarge:          db  "LARGE ",NULL
     37g_szLBA:            db  "LBA   ",NULL
    3438g_szFormatCHS:      db  " Cylinders    : %5-u, Heads: %3-u, Sectors: %2-u",CR,LF,NULL
    3539g_szChsSectors:     db  " CHS   sectors: ",NULL
    3640g_szLBA28:          db  " LBA28 sectors: ",NULL
    3741g_szLBA48:          db  " LBA48 sectors: ",NULL
    38 
     42g_szBlockMode:      db  " Block set    : %u, Max block: %u sectors",CR,LF,NULL
     43g_szPIO:            db  " Max PIO mode : %u, Min cycle time without IORDY %u, with IORDY %d ns",CR,LF,NULL
    3944g_szXTUB:           db  "XTIDE Universal BIOS %s generates following L-CHS...",CR,LF,NULL
    4045g_szXTUBversion:    db  ROM_VERSION_STRING  ; This one is NULL terminated
Note: See TracChangeset for help on using the changeset viewer.