Changeset 35 for trunk/page00/util.asm

Show
Ignore:
Timestamp:
08/05/09 02:59:44 (3 years ago)
Author:
brandonlw
Message:

We can now receive a copy of the TI-OS and save it to pages 04h-07h and 74h-7Bh (pages 00h-03h are redirected to pages 70h-73h, and 7Ch-7Dh to 6Ah-6Bh)
Now we just need the boot loader and TI-OS patches to allow on-the-fly dual booting
And direct USB support so everyone can use it...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/util.asm

    r34 r35  
    77 PUBLIC CopyRAMToFlashPage 
    88 PUBLIC BCALL,BJUMP,JErrorNo,SetupPagedPtr,PagedGet,EraseRAMPage 
    9  EXTERN Page0Call,UpdateAPD,PowerOff,GetCSC 
     9 EXTERN Page0Call,UpdateAPD,PowerOff,GetCSC,PutC 
    1010 
    1111 include "includes\os2.inc"