2a48ce116597d8074ba9b39c4d850a8253b906a0
[reactos.git] / freeldr / FREELDR.INI
1 # FreeLoader by Brian Palmer
2 # FREELDR.INI - FreeLoader Initialization file
3 #
4 # Each line must be less than 1024 characters long
5 # and must be either a section heading (i.e. [section_name])
6 # or a setting (i.e. name=value) or a blank line.
7 # Comments start with a '#' character.
8
9 # Background colors can be any one of the following:
10 # Black
11 # Blue
12 # Green
13 # Cyan
14 # Red
15 # Magenta
16 # Brown
17 # Gray
18
19 # Text colors can be any one of the background
20 # colors and any of the following:
21 # DarkGray
22 # LightBlue
23 # LightGreen
24 # LightCyan
25 # LightRed
26 # LightMagenta
27 # Yellow
28 # White
29
30 # [FREELOADER] Section Commands:
31 #
32 # MessageBox - displays the specified text in a message box upon bootup
33 # MessageLine - adds a new line of text to a message box (must come before MessageBox command)
34 # TitleText - text that is displayed in the title box
35 # StatusBarColor - color of status bar's background
36 # StatusBarTextColor - color of status bar's text
37 # BackdropTextColor - color of the backdrop's fill
38 # BackdropColor - color of the backdrop's background
39 # BackdropFillStyle - backdrop fill style - can be Light, Medium, or Dark
40 # TitleBoxTextColor - title box text color
41 # TitleBoxColor - title box background color
42 # MessageBoxTextColor - message box text color
43 # MessageBoxColor - message box background color
44 # MenuTextColor - menu text color
45 # MenuColor - menu color
46 # TextColor - normal text color
47 # SelectedTextColor - selected text color
48 # SelectedColor - selected text background color
49 # TimeOut - sets the timeout (in seconds) before the first OS listed gets booted automagically
50
51 # [OS-General] Section Commands:
52 #
53 # BootType - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
54 # BootDrive - sets the boot drive: 0 - first floppy, 1 - second floppy, 0x80 - first hard disk, 0x81 - second hard disk
55 # BootPartition - sets the boot partition
56
57 # [BootSector OSType] Section Commands:
58 #
59 # BootSector - sets the filename of the bootsector to be loaded
60
61 # [ReactOS OSType] Section Commands:
62 #
63 # Options - sets the command line options for the kernel being booted
64 # Kernel - sets the kernel filename
65 # Driver - sets the name of one or more drivers to be loaded (one entry per driver)
66
67
68
69 [FREELOADER]
70 MessageLine=Welcome to FreeLoader!
71 MessageLine=Copyright (c) 2000 by Brian Palmer <brianp@sginet.com>
72 MessageLine=
73 MessageBox=Edit your FREELDR.INI file to change your boot settings.
74 TitleText=Boot Menu
75 StatusBarColor=Cyan
76 StatusBarTextColor=Black
77 BackdropTextColor=White
78 BackdropColor=Blue
79 BackdropFillStyle=Medium
80 TitleBoxTextColor=White
81 TitleBoxColor=Red
82 MessageBoxTextColor=White
83 MessageBoxColor=Blue
84 MenuTextColor=White
85 MenuColor=Blue
86 TextColor=Yellow
87 SelectedTextColor=Black
88 SelectedColor=Gray
89 #OS=ReactOS
90 #OS=ReactOS (Debug)
91 #OS=Linux
92 OS=3« Floppy (A:)
93 OS=Microsoft Windows (C:)
94 OS=Drive D:
95 #TimeOut=0
96
97 #[ReactOS]
98 #BootType=ReactOS
99 #BootDrive=0
100 #Options=/DEBUGPORT=SCREEN
101 #Kernel=\NTOSKRNL.EXE
102 #Driver=\DRIVERS\IDE.SYS
103 #Driver=\DRIVERS\VFATFS.SYS
104
105 #[ReactOS (Debug)]
106 #BootType=ReactOS
107 #BootDrive=0
108 #Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
109 #Kernel=\NTOSKRNL.EXE
110 #Driver=\DRIVERS\IDE.SYS
111 #Driver=\DRIVERS\VFATFS.SYS
112
113 #[Linux]
114 # Linux boot type not implemented yet
115 #BootType=Partition
116 #BootDrive=0x80
117 #BootPartition=2
118
119 [3« Floppy (A:)]
120 BootType=Drive
121 BootDrive=0
122
123 [Microsoft Windows (C:)]
124 BootType=Drive
125 BootDrive=0x80
126
127 [Drive D:]
128 BootType=Partition
129 BootDrive=0x81
130 BootPartition=1