ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | BIOS_PIC_MASTER_INT 0x08 |
#define | BIOS_PIC_SLAVE_INT 0x70 |
#define | BIOS_EQUIPMENT_INTERRUPT 0x11 |
#define | BIOS_MEMORY_SIZE 0x12 |
#define | BIOS_MISC_INTERRUPT 0x15 |
#define | BIOS_ROM_BASIC 0x18 |
#define | BIOS_BOOTSTRAP_LOADER 0x19 |
#define | BIOS_TIME_INTERRUPT 0x1A |
#define | BIOS_SYS_TIMER_INTERRUPT 0x1C |
#define | RegisterBiosInt32(IntNumber, IntHandler) |
Functions | |
VOID | EnableHwIRQ (UCHAR hwirq, EMULATOR_INT32_PROC func) |
VOID | PicIRQComplete (BYTE IntNum) |
Variables | |
CALLBACK16 | BiosContext |
#define RegisterBiosInt32 | ( | IntNumber, | |
IntHandler | |||
) |
VOID EnableHwIRQ | ( | UCHAR | hwirq, |
EMULATOR_INT32_PROC | func | ||
) |
Definition at line 802 of file bios32.c.
Referenced by BiosHwSetup(), KbdBios32Post(), and MouseBios32Post().
Definition at line 816 of file bios32.c.
Referenced by BiosHandleMasterPicIRQ(), BiosHandleSlavePicIRQ(), BiosKeyboardIrq(), BiosMouseIrq(), BiosTimerIrq(), and DosMouseIrq().
|
extern |
Definition at line 45 of file bios32.c.
Referenced by Bios32Post(), BiosCharPrint(), BiosKeyboardIrq(), BiosMouseIrq(), BiosTimerIrq(), InitializeBiosInt32(), IntInt10CallBios(), and VbeService().