Difference between revisions of "83Plus:BCALLs:8111"

From WikiTI
Jump to: navigation, search
Line 10: Line 10:
  
 
=== Inputs ===
 
=== Inputs ===
* OS in memory
+
* 8271h - Number of pages in the OS
* Signature at 73:4000
+
* 8272h - Table listing all of the pages with OS code on them
  
 
=== Outputs ===
 
=== Outputs ===

Revision as of 06:38, 29 August 2011

Synopsis

Unofficial Name: Validate1024

BCALL Addresses: 8114h

Minimum Hardware Version: 3

This is the bcall that TI added to boot code 1.03 to prevent downgrading. It MD5 hashes the OS and compares it with the transformation of the signature that is on page 73h. For this transformation, the key is 1024 bits and e = 65537.

Inputs

  • 8271h - Number of pages in the OS
  • 8272h - Table listing all of the pages with OS code on them

Outputs

  • Z flag on success

Destroys

  • All

Comments

This routine takes a very long time to run.