Fixed MaxRootEntries. This caused disk corruption.
[reactos.git] / freeldr / FREELDR.INI
index 2a48ce1..c54291d 100644 (file)
@@ -60,6 +60,9 @@
 
 # [ReactOS OSType] Section Commands:
 #
+# SystemPath   - sets the system root path (must be a valid ARC - Path):
+#                      multi(0)disk(0)rdisk(0)partition(1)\reactos
+#                      multi(0)disk(0)fdisk(0)
 # Options              - sets the command line options for the kernel being booted
 # Kernel               - sets the kernel filename
 # Driver               - sets the name of one or more drivers to be loaded (one entry per driver)
@@ -86,7 +89,8 @@ MenuColor=Blue
 TextColor=Yellow
 SelectedTextColor=Black
 SelectedColor=Gray
-#OS=ReactOS
+OS=ReactOS (HD)
+OS=ReactOS (Floppy)
 #OS=ReactOS (Debug)
 #OS=Linux
 OS=3« Floppy (A:)
@@ -94,13 +98,24 @@ OS=Microsoft Windows (C:)
 OS=Drive D:
 #TimeOut=0
 
-#[ReactOS]
-#BootType=ReactOS
-#BootDrive=0
-#Options=/DEBUGPORT=SCREEN
-#Kernel=\NTOSKRNL.EXE
-#Driver=\DRIVERS\IDE.SYS
-#Driver=\DRIVERS\VFATFS.SYS
+# Load ReactOS from harddisk (drive C:)
+#  - does not work on large harddisks
+[ReactOS (HD)]
+BootType=ReactOS
+SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
+Options=/DEBUGPORT=SCREEN
+Kernel=NTOSKRNL.EXE
+Driver=IDE.SYS
+Driver=VFATFS.SYS
+
+# Load ReactOS from floppy (drive A:)
+[ReactOS (Floppy)]
+BootType=ReactOS
+SystemPath=multi(0)disk(0)fdisk(0)
+Options=/DEBUGPORT=SCREEN
+Kernel=NTOSKRNL.EXE
+Driver=IDE.SYS
+Driver=VFATFS.SYS
 
 #[ReactOS (Debug)]
 #BootType=ReactOS