#include "v86bios.h"
#include "AsmMacros.h"
#include "pci.h"
Defines | |
#define | SUCCESSFUL 0x00 |
#define | DEVICE_NOT_FOUND 0x86 |
#define | BAD_REGISTER_NUMBER 0x87 |
Functions | |
static int | int1A_handler (struct regs86 *regs) |
static int | int42_handler (int num, struct regs86 *regs) |
int | int_handler (int num, struct regs86 *regs) |
|
|
|
|
|
|
|
|
|
|
|
|