ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntvdm.h"
#include <debug.h>
#include "emulator.h"
#include "int32.h"
#include "../dem.h"
#include "dos.h"
#include "dosfiles.h"
#include "handle.h"
#include "memory.h"
#include "bios/bios.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | FreeEnvironmentStrings FreeEnvironmentStringsA |
Functions | |
VOID | DosEchoCharacter (CHAR Character) |
CHAR | DosReadCharacter (WORD FileHandle, BOOLEAN Echo) |
BOOLEAN | DosCheckInput (VOID) |
VOID | DosPrintCharacter (WORD FileHandle, CHAR Character) |
BOOLEAN | DosBuildSysEnvBlock (VOID) |
BOOLEAN | DosBIOSInitialize (VOID) |
Variables | |
PBIOS_DATA | BiosData |
#define FreeEnvironmentStrings FreeEnvironmentStringsA |
setBP(0x091E); // DOS base stack pointer relic value
Definition at line 221 of file bios.c.
Referenced by DosStart().
Definition at line 165 of file bios.c.
Referenced by DosBIOSInitialize().
Definition at line 120 of file bios.c.
Referenced by DosInt21h().
Definition at line 48 of file bios.c.
Referenced by DosReadCharacter(), DosReadFile(), and DosReadLineBuffered().
Definition at line 152 of file bios.c.
Referenced by DosCharPrint(), DosControlBreak(), DosEchoCharacter(), and DosInt21h().
Definition at line 85 of file bios.c.
Referenced by DosInt21h().
PBIOS_DATA BiosData |
Definition at line 42 of file bios.c.
Referenced by DosBIOSInitialize(), DosInt2Fh(), PciScanBus(), and PPBridge_SaveCurrentSettings().