ReactOS
0.4.15-dev-2106-g6de3300
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | TEXT_CHAR_SIZE 2 |
Functions | |
VOID | Pc98ConsPutChar (int Ch) |
BOOLEAN | Pc98ConsKbHit (VOID) |
int | Pc98ConsGetCh (VOID) |
Variables | |
ULONG | VramText |
UCHAR | TextCols |
UCHAR | TextLines |
static USHORT | CursorPosition = 0 |
#define TEXT_CHAR_SIZE 2 |
Definition at line 18 of file pc98cons.c.
Definition at line 85 of file pc98cons.c.
Referenced by MachInit().
Definition at line 64 of file pc98cons.c.
Referenced by MachInit().
|
static |
Definition at line 20 of file pc98cons.c.
Referenced by ConDrvGetConsoleScreenBufferInfo(), InitializeDisplay(), Pc98ConsPutChar(), and Pc98VidSetCurrentMode().
UCHAR TextCols |
Definition at line 21 of file pc98video.c.
Referenced by Pc98ConsPutChar(), Pc98VideoInit(), Pc98VideoSetTextCursorPosition(), and Pc98VideoTextRamPutChar().
UCHAR TextLines |
Definition at line 22 of file pc98video.c.
Referenced by Pc98ConsPutChar(), and Pc98VideoInit().
ULONG VramText |
Definition at line 40 of file pc98video.c.
Referenced by Pc98ConsPutChar(), Pc98VideoClearScreen(), Pc98VideoGetFontsFromFirmware(), Pc98VideoInit(), Pc98VideoPrepareForReactOS(), and Pc98VideoTextRamPutChar().