ReactOS 0.4.15-dev-7842-g558ab78
_BIOS_DATA Struct Reference

#include <dos.h>

Public Attributes

BYTE StartupCode [20]
 
BYTE Padding0 [0xB0 - 20]
 
DWORD RomBiosInt13
 
DWORD PrevInt13
 
BYTE Padding1 [0x100 - 0xB8]
 

Detailed Description

Definition at line 266 of file dos.h.

Member Data Documentation

◆ Padding0

BYTE _BIOS_DATA::Padding0[0xB0 - 20]

Definition at line 294 of file dos.h.

◆ Padding1

BYTE _BIOS_DATA::Padding1[0x100 - 0xB8]

Definition at line 297 of file dos.h.

◆ PrevInt13

DWORD _BIOS_DATA::PrevInt13

Definition at line 296 of file dos.h.

Referenced by DosBIOSInitialize(), and DosInt2Fh().

◆ RomBiosInt13

DWORD _BIOS_DATA::RomBiosInt13

Definition at line 295 of file dos.h.

Referenced by DosBIOSInitialize(), and DosInt2Fh().

◆ StartupCode

BYTE _BIOS_DATA::StartupCode[20]

Definition at line 268 of file dos.h.


The documentation for this struct was generated from the following file: