ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Enumerations | |
enum | BootOption { NO_OPTION = 0 , SAFE_MODE , SAFE_MODE_WITH_NETWORKING , SAFE_MODE_WITH_COMMAND_PROMPT , LAST_KNOWN_GOOD_CONFIGURATION , DIRECTORY_SERVICES_RESTORE_MODE } |
Functions | |
VOID | DoOptionsMenu (IN OperatingSystemItem *OperatingSystem) |
VOID | DisplayBootTimeOptions (VOID) |
VOID | AppendBootTimeOptions (PCHAR BootOptions) |
Variables | |
PCSTR | OptionsMenuList [] |
const PCSTR | FrldrDbgMsg |
static enum BootOption | BootOptionChoice = NO_OPTION |
static BOOLEAN | BootLogging = FALSE |
static BOOLEAN | VgaMode = FALSE |
static BOOLEAN | DebuggingMode = FALSE |
Definition at line 252 of file options.c.
Referenced by LoadAndBootWindows().
Definition at line 181 of file options.c.
Referenced by MiniTuiDrawMenu(), and TuiDrawMenu().
VOID DoOptionsMenu | ( | IN OperatingSystemItem * | OperatingSystem | ) |
Definition at line 92 of file options.c.
Referenced by MainBootMenuKeyPressFilter().
Definition at line 86 of file options.c.
Referenced by AppendBootTimeOptions(), DisplayBootTimeOptions(), and DoOptionsMenu().
|
static |
Definition at line 85 of file options.c.
Referenced by AppendBootTimeOptions(), DisplayBootTimeOptions(), and DoOptionsMenu().
Definition at line 88 of file options.c.
Referenced by AppendBootTimeOptions(), DisplayBootTimeOptions(), and DoOptionsMenu().
Definition at line 57 of file options.c.
Referenced by DoOptionsMenu().
PCSTR OptionsMenuList[] |
Definition at line 27 of file options.c.
Referenced by DisplayBootTimeOptions(), and DoOptionsMenu().
Definition at line 87 of file options.c.
Referenced by AppendBootTimeOptions(), DisplayBootTimeOptions(), DoOptionsMenu(), InitializeModeTable(), VbeGetVideoMemoryBaseAddress(), and VbeSetMode().