- Create KD branch. All debugging support is removed in this branch (no symbols,...
[reactos.git] / reactos / boot / freeldr / FREELDR.INI
index 0cea87a..c829b87 100644 (file)
@@ -51,8 +51,7 @@
 ; [OS-General] Section Commands:
 ;
 ; BootType             - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
-; BootDrive            - sets the boot drive: 0 - first floppy, 1 - second floppy, 0x80 - first hard disk, 0x81 - second hard disk
-; BootPartition                - sets the boot partition
+; BootPath             - ARC path e.g. multi(0)disk(0)rdisk(x)partition(y)
 ; DriveMap             - maps a BIOS drive number to another (i.e. DriveMap=hd1,hd0 maps harddisk1 to harddisk0 or DriveMap=fd1,fd0)
 
 ; [BootSector OSType] Section Commands:
@@ -134,8 +133,7 @@ Hal=\reactos\HAL.DLL
 
 [Linux]
 BootType=Linux
-BootDrive=hd1
-BootPartition=1
+BootPath=multi(0)disk(0)rdisk(1)partition(1)
 Kernel=/vmlinuz
 Initrd=/initrd.img
 CommandLine="root=/dev/sdb1"
@@ -146,13 +144,11 @@ BootDrive=fd0
 
 [MSWinders]
 BootType=Partition
-BootDrive=hd0
-BootPartition=1
+BootPath=multi(0)disk(0)rdisk(0)partition(1)
 ;DriveMap=hd1,hd0
 ;DriveMap=hd2,hd0
 ;DriveMap=hd3,hd0
 
 [DriveD]
 BootType=Partition
-BootDrive=hd1
-BootPartition=1
+BootPath=multi(0)disk(0)rdisk(1)partition(1)