diff --git a/bootdata/xtldr/xtldr.ini b/bootdata/xtldr/xtldr.ini index 8f1bf36..4537da4 100644 --- a/bootdata/xtldr/xtldr.ini +++ b/bootdata/xtldr/xtldr.ini @@ -3,7 +3,8 @@ # with a semicolon (;) or a hash character (#) and run to the end of the line. # # Basic section is [XTLDR] which contains a bootloader specific options: -# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate +# Debug - enables the debugging port and consists of two comma-separated parameters: com port and baud rate; +# it is also possible to specify custom port address with: COM0:[address],[baud_rate] # Default - specifies which operating system listen in config file will be started if no choice is made # Theme - allows to set a custom theme to personalize XTLDR's look'n'feel # Timeout - sets the countdown timer (in seconds) before the default OS get started automatically @@ -18,10 +19,10 @@ # KernelFile - sets kernel filename with optional path relative to SystemPath # InitrdFile - sets initramfs image filename with optional path relative to SystemPath # HalFile - sets HAL filename with optional path relative to SystemPath -# Arguments - specifies extra boot options for the kernel +# Parameters - specifies extra boot options for the kernel [XTLDR] -Tone=400 880 2 988 2 783 2 392 2 587 3 +Tune=400 880 2 988 2 783 2 392 2 587 3 Debug=COM1,115200 Timeout=30 Theme=Fancy @@ -32,7 +33,7 @@ SystemName="ExectOS Operating System" SystemType=XTOS SystemPath=multi(0)disk(0)rdisk(0)partition(1)/ExectOS KernelFile=xtoskrnl.exe -Arguments=DEBUG DEBUGPORT=COM1,115200 +Parameters=DEBUG DEBUGPORT=COM1,115200 [Windows] SystemName="Microsoft Windows 2000" @@ -40,7 +41,7 @@ SystemType=NT50 SystemPath=multi(0)disk(0)rdisk(0)partition(2)/Windows KernelFile=ntoskrnl.exe HalFile=hal.dll -Arguments=/NOGUIBOOT /MININT +Parameters=/NOGUIBOOT /MININT [Linux] SystemName="GNU/Linux" @@ -48,4 +49,4 @@ SystemType=LINUX SystemPath=multi(0)disk(0)rdisk(0)partition(3)/boot KernelFile=vmlinuz InitrdFile=initramfs.cpio.gz -Arguments=root=/dev/xvda3 rootfstype=ext4 +Parameters=root=/dev/xvda3 rootfstype=ext4