ReactOS
0.4.15-dev-2092-gf04890c
|
Go to the source code of this file.
Functions | |
void | sync () |
void | PpcPrepPutChar (int ch) |
BOOLEAN | PpcPrepDiskReadLogicalSectors (ULONG DriveNumber, ULONGLONG SectorNumber, ULONG SectorCount, PVOID Buffer) |
BOOLEAN | PpcPrepConsKbHit () |
int | PpcPrepConsGetCh () |
void | PpcPrepVideoClearScreen (UCHAR Attr) |
VIDEODISPLAYMODE | PpcPrepVideoSetDisplayMode (char *DisplayMode, BOOLEAN Init) |
void | PpcPrepVideoGetDisplaySize (PULONG Width, PULONG Height, PULONG Depth) |
VOID | PpcInitializeMmu (int max) |
ULONG | PpcPrepGetMemoryMap (PBIOS_MEMORY_MAP BiosMemoryMap, ULONG MaxMemoryMapSize) |
PCONFIGURATION_COMPONENT_DATA | PpcPrepHwDetect () |
VOID | PpcPrepHwIdle (VOID) |
void | PpcPrepInit () |
Variables | |
int | prep_serial = 0x800003f8 |
int | mem_range_end |
int PpcPrepConsGetCh | ( | ) |
BOOLEAN PpcPrepConsKbHit | ( | ) |
Definition at line 36 of file prep.c.
Referenced by PpcPrepConsGetCh(), and PpcPrepInit().
BOOLEAN PpcPrepDiskReadLogicalSectors | ( | ULONG | DriveNumber, |
ULONGLONG | SectorNumber, | ||
ULONG | SectorCount, | ||
PVOID | Buffer | ||
) |
ULONG PpcPrepGetMemoryMap | ( | PBIOS_MEMORY_MAP | BiosMemoryMap, |
ULONG | MaxMemoryMapSize | ||
) |
Definition at line 67 of file prep.c.
Referenced by PpcPrepInit().
PCONFIGURATION_COMPONENT_DATA PpcPrepHwDetect | ( | ) |
Definition at line 107 of file prep.c.
Referenced by PpcPrepInit().
Definition at line 123 of file prep.c.
Referenced by PpcInit(), and PpcOfwInit().
Definition at line 13 of file prep.c.
Referenced by PpcPrepInit().
Definition at line 48 of file prep.c.
Referenced by PpcPrepInit().
Definition at line 58 of file prep.c.
Referenced by PpcPrepInit().
VIDEODISPLAYMODE PpcPrepVideoSetDisplayMode | ( | char * | DisplayMode, |
BOOLEAN | Init | ||
) |
Definition at line 53 of file prep.c.
Referenced by PpcPrepInit().
Definition at line 9 of file prep.c.
Referenced by ide_bsy(), ide_drq(), ide_rdy(), ide_setup(), pci_read(), pci_write(), PpcPrepPutChar(), ios_base::sync_with_stdio(), and WMCreateSyncReader().
int mem_range_end |
Definition at line 167 of file mach.c.
Referenced by PpcGetMemoryMap(), PpcInitializeMmu(), and PpcPrepGetMemoryMap().
int prep_serial = 0x800003f8 |
Definition at line 6 of file prep.c.
Referenced by PpcPrepConsGetCh(), and PpcPrepPutChar().