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


Ignore:
Timestamp:
May 25, 2016, 8:16:35 AM (8 years ago)
Author:
krille_n_
Message:

Changes:

  • Updated URLs and copyright info in BIOSDRVS and XTIDECFG.
  • BIOSDRVS should now build under Linux.
  • Minor optimizations to the library.
File:
1 edited

Legend:

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

    r526 r590  
    2222
    2323g_szProgramName:    db  "BIOS Drive Information Tool v1.0.2",CR,LF
    24                     db  "(C) 2012-2013 by XTIDE Universal BIOS Team",CR,LF
     24                    db  "(C) 2012-2016 by XTIDE Universal BIOS Team",CR,LF
    2525                    db  "Released under GNU GPL v2",CR,LF
    26                     db  "http://code.google.com/p/xtideuniversalbios/",CR,LF,NULL
     26                    db  "http://xtideuniversalbios.org/",CR,LF,NULL
    2727
    2828g_szPressAnyKey:    db  CR,LF,"Press any key to display next drive.",CR,LF,NULL
Note: See TracChangeset for help on using the changeset viewer.