Pda.inc
[ Return to Browse Source Page ]
; Variables in the PDA, the PizziOS Data Area.

pda_cpu db ?
PDA_BootDrive db ? ; THIS MUST BE AT OFFSET 1 FOR BOOT.ASM
PDA_CPUID dw ?
PDA_MemSize dd ?
PDA_CursorPos dw ? ; loaded as a word, ah=y,al=x  0 based.
PDA_StdStyle db ?
PDA_KbdType db ?


Download this file.


[ Return to Browse Source Page ]
Copyright 2000, Ed Pizzi