Changeset 63

Show
Ignore:
Timestamp:
11/08/09 22:03:01 (3 years ago)
Author:
brandonlw
Message:

Added build number

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/internal.inc

    r49 r63  
    11OS2_VERSION_MAJOR    EQU    00h 
    22OS2_VERSION_MINOR    EQU    01h 
     3OS2_VERSION_BUILD    EQU    0001h 
     4OS2_VERSION_STRING   EQU    "0.01" 
    35 
  • trunk/page00/boot.asm

    r62 r63  
    33 
    44 include "includes\os2.inc" 
     5 include "includes\internal.inc" 
    56 
    67 PUBLIC LdHLInd,BCALLRoutine,CheckForBootLoader,OS2Marker,AppInit,JForceCmdNoChar,JForceCmd 
     
    105106       DB 23h,0Fh ;penCol coordinates for displaying OS version 
    106107;0064h: 
    107        DB "0.01" 
     108       DB OS2_VERSION_STRING 
    108109OS2Marker: 
    109110       DB 0   ;I have this set as 0, any other TI-OS version will have it set as a space