Changeset 63 for trunk/page00/boot.asm
- Timestamp:
- 11/08/09 22:03:01 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/boot.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/boot.asm
r62 r63 3 3 4 4 include "includes\os2.inc" 5 include "includes\internal.inc" 5 6 6 7 PUBLIC LdHLInd,BCALLRoutine,CheckForBootLoader,OS2Marker,AppInit,JForceCmdNoChar,JForceCmd … … 105 106 DB 23h,0Fh ;penCol coordinates for displaying OS version 106 107 ;0064h: 107 DB "0.01"108 DB OS2_VERSION_STRING 108 109 OS2Marker: 109 110 DB 0 ;I have this set as 0, any other TI-OS version will have it set as a space
