[TRANSLATIONS] Russian translation update by Sergey Stopkin and co, with some fixes...
[reactos.git] / reactos / boot / freeldr / FREELDR.INI
index e65ec6e..7177121 100644 (file)
@@ -29,6 +29,7 @@
 
 ; [FREELOADER] Section Commands:
 ;
+; Debug                 - FreeLoader debugging port parameters, e.g. /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200
 ; MessageBox            - displays the specified text in a message box upon bootup
 ; MessageLine           - adds a new line of text to a message box (must come before MessageBox command)
 ; TitleText             - text that is displayed in the title box
 
 ; [OS-General] Section Commands:
 ;
-; BootType  - sets the boot type: ReactOS, Linux, BootSector, Partition, Drive
-; BootPath  - ARC path e.g. multi(0)disk(0)rdisk(x)partition(y)
+; BootType  - sets the boot type: Windows, WindowsNT40, Windows2003, Linux, BootSector, Partition, Drive, ReactOSSetup
+; 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:
 ;
 ; BootSector    - sets the filename of the bootsector to be loaded
 
-; [ReactOS OSType] Section Commands:
+; [Windows(NT40|2003) OSType] Section Commands:
 ;
 ; SystemPath    - sets the system root path (must be a valid ARC - Path):
 ;                 multi(0)disk(0)rdisk(0)partition(1)\reactos
@@ -110,7 +111,7 @@ DriveD="Drive D:"
 
 ; Load ReactOS from harddisk (drive C:)
 [ReactOSHD]
-BootType=ReactOS
+BootType=Windows2003
 SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
 Options=/DEBUGPORT=SCREEN
 Kernel=\REACTOS\SYSTEM32\NTOSKRNL.EXE
@@ -118,14 +119,14 @@ Hal=\REACTOS\SYSTEM32\HAL.DLL
 
 ; Load ReactOS from floppy (drive A:)
 [ReactOSFloppy]
-BootType=ReactOS
+BootType=Windows2003
 SystemPath=multi(0)disk(0)fdisk(0)
 Options=/DEBUGPORT=SCREEN
 Kernel=\reactos\NTOSKRNL.EXE
 Hal=\reactos\HAL.DLL
 
 ;[ReactOS (Debug)]
-;BootType=ReactOS
+;BootType=Windows2003
 ;SystemPath=multi(0)disk(0)rdisk(0)partition(1)\reactos
 ;Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=19200
 ;Kernel=\NTOSKRNL.EXE