Changeset 99 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc


Ignore:
Timestamp:
Jan 31, 2011, 11:27:17 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Even more initialization code inlining.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r3 r99  
    1 ; File name     :   CustomDPT.inc
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   23.3.2010
    4 ; Last update   :   10.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   Defines for DPT structs containing custom
    73;                   Disk Parameter Table used by this BIOS.
     
    1511    ; General Disk Parameter Table related
    1612    .bSize      resb    1   ; Size of DPT (with extensions) in bytes
     13    .wDrvNumAndFlags:
    1714    .bDrvNum    resb    1   ; Drive number
    1815    .bFlags     resb    1   ; DPT and Drive related flags
     
    2623    ; IDE related
    2724    .wPCyls     resb    2   ; Number of P-CHS (IDE) Cylinders (1...16383)
     25    .wHeadsAndSectors:
    2826    .bPHeads    resb    1   ; Number of P-CHS (IDE) Heads (1...16)
    2927    .bPSect     resb    1   ; Number of P-CHS (IDE) Sectors per Track (1...63)
Note: See TracChangeset for help on using the changeset viewer.