ReactOS 0.4.16-dev-122-g325d74c
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | TEXTMODE_BUFFER 0xb8000 |
#define | TEXTMODE_BUFFER_SIZE 0x8000 |
#define | TEXT_COLS 80 |
#define | TEXT_LINES 25 |
Functions | |
VOID | PcConsPutChar (int Ch) |
BOOLEAN | PcConsKbHit (VOID) |
int | PcConsGetCh (void) |
Definition at line 90 of file pccons.c.
Referenced by MachInit(), and PcVideoSetDisplayMode().
Definition at line 69 of file pccons.c.
Referenced by MachInit().
Definition at line 28 of file pccons.c.
Referenced by MachInit(), and PcConsPutChar().