Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Strings.asm
- Timestamp:
- Mar 14, 2011, 5:24:48 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Strings.asm
r135 r143 10 10 g_szSlave: db "Slave ",NULL 11 11 g_szDetect: db "IDE %s at %x: ",NULL ; IDE Master at 1F0h: 12 g_szNotFound: db "not found",LF,CR,NULL 12 13 13 14 14 ; Boot loader strings 15 g_szTryToBoot: db "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL 16 g_szBootSector: db "Boot sector",NULL 17 g_szFound: db "found",NULL 18 g_szSectRead: db "%s %s!",LF,CR,NULL 19 g_szReadError: db "Error %x!",LF,CR,NULL 15 g_szTryToBoot: db "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL 16 g_szBootSectorNotFound: db "Boot sector " 17 g_szNotFound: db "not found",LF,CR,NULL 18 g_szReadError: db "Error %x!",LF,CR,NULL 20 19 21 20 ; Boot menu bottom of screen strings
Note:
See TracChangeset
for help on using the changeset viewer.