Changeset 97 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Jan 30, 2011, 6:43:08 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Inlined some initialization functions.
  • Removed alignment bytes from some initialization functions.
  • Removed creation of compatible DPTs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r96 r97  
    1212ORG 000h                        ; Code start offset 0000h
    1313
     14
    1415; Included .inc files
    1516%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
     
    2122%include "Int13h.inc"           ; Equates for INT 13h functions
    2223%include "CustomDPT.inc"        ; For Disk Parameter Table
    23 %include "CompatibleDPT.inc"    ; For standard Disk Parameter Tables
    2424%include "RomVars.inc"          ; For ROMVARS and IDEVARS structs
    2525%include "RamVars.inc"          ; For RAMVARS struct
     
    4848        db  " (XT)=-",NULL
    4949%endif
    50     at  ROMVARS.szVersion,  db  "v1.2.0_wip (01/27/11)",NULL    ; mm/dd/yy
     50    at  ROMVARS.szVersion,  db  "v1.2.0_wip (",__DATE__,")",NULL
    5151
    5252;---------------------------;
     
    113113%include "FindDPT.asm"          ; For finding DPTs
    114114%include "AccessDPT.asm"        ; For accessing DPTs
    115 %include "CompatibleDPT.asm"    ; For creating compatible DPTs
    116115%include "BootInfo.asm"         ; For creating BOOTNFO structs
    117116%include "AtaID.asm"            ; For ATA Identify Device information
Note: See TracChangeset for help on using the changeset viewer.