ReactOS 0.4.15-dev-5865-g640e228
|
#include <freeldr.h>
Go to the source code of this file.
Functions | |
VOID | EditCustomBootReactOS (IN OUT OperatingSystemItem *OperatingSystem, IN BOOLEAN IsSetup) |
Variables | |
const CHAR | BootDrivePrompt [] = "Enter the boot drive.\n\nExamples:\nfd0 - first floppy drive\nhd0 - first hard drive\nhd1 - second hard drive\ncd0 - first CD-ROM drive.\n\nBIOS drive numbers may also be used:\n0 - first floppy drive\n0x80 - first hard drive\n0x81 - second hard drive" |
const CHAR | BootPartitionPrompt [] = "Enter the boot partition.\n\nEnter 0 for the active (bootable) partition." |
const CHAR | ARCPathPrompt [] = "Enter the boot ARC path.\n\nExamples:\nmulti(0)disk(0)rdisk(0)partition(1)\nmulti(0)disk(0)fdisk(0)" |
const CHAR | ReactOSSystemPathPrompt [] = "Enter the path to your ReactOS system directory.\n\nExamples:\n\\REACTOS\n\\ROS" |
const CHAR | ReactOSOptionsPrompt [] = "Enter the load options you want passed to the kernel.\n\nExamples:\n/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200\n/FASTDETECT /SOS /NOGUIBOOT\n/BASEVIDEO /MAXMEM=64\n/KERNEL=NTKRNLMP.EXE /HAL=HALMPS.DLL" |
const CHAR | ReactOSSetupOptionsPrompt [] = "Enter additional load options you want passed to the ReactOS Setup.\nThese options will supplement those obtained from the TXTSETUP.SIF\nfile, unless you also specify the /SIFOPTIONSOVERRIDE option switch.\n\nExample:\n/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT" |
const CHAR | CustomBootPrompt [] = "Press ENTER to boot your custom boot setup." |
Definition at line 619 of file custom.c.
Referenced by EditCustomBootNTOS(), and EditCustomBootReactOSSetup().
const CHAR BootDrivePrompt[] = "Enter the boot drive.\n\nExamples:\nfd0 - first floppy drive\nhd0 - first hard drive\nhd1 - second hard drive\ncd0 - first CD-ROM drive.\n\nBIOS drive numbers may also be used:\n0 - first floppy drive\n0x80 - first hard drive\n0x81 - second hard drive" |
Definition at line 35 of file custom.c.
Referenced by EditCustomBootReactOS().
const CHAR BootPartitionPrompt[] = "Enter the boot partition.\n\nEnter 0 for the active (bootable) partition." |
Definition at line 36 of file custom.c.
Referenced by EditCustomBootReactOS().
const CHAR ReactOSOptionsPrompt[] = "Enter the load options you want passed to the kernel.\n\nExamples:\n/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200\n/FASTDETECT /SOS /NOGUIBOOT\n/BASEVIDEO /MAXMEM=64\n/KERNEL=NTKRNLMP.EXE /HAL=HALMPS.DLL" |
Definition at line 39 of file custom.c.
Referenced by EditCustomBootReactOS().
const CHAR ReactOSSetupOptionsPrompt[] = "Enter additional load options you want passed to the ReactOS Setup.\nThese options will supplement those obtained from the TXTSETUP.SIF\nfile, unless you also specify the /SIFOPTIONSOVERRIDE option switch.\n\nExample:\n/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /NOGUIBOOT" |
Definition at line 40 of file custom.c.
Referenced by EditCustomBootReactOS().