Update xtldr.ini to conform with changes in the code
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2023-11-08 15:37:25 +01:00
parent 362eefc2b3
commit 07998cafd4
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -3,7 +3,8 @@
# with a semicolon (;) or a hash character (#) and run to the end of the line. # 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: # 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 # 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 # 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 # 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 # KernelFile - sets kernel filename with optional path relative to SystemPath
# InitrdFile - sets initramfs image 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 # 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] [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 Debug=COM1,115200
Timeout=30 Timeout=30
Theme=Fancy Theme=Fancy
@ -32,7 +33,7 @@ SystemName="ExectOS Operating System"
SystemType=XTOS SystemType=XTOS
SystemPath=multi(0)disk(0)rdisk(0)partition(1)/ExectOS SystemPath=multi(0)disk(0)rdisk(0)partition(1)/ExectOS
KernelFile=xtoskrnl.exe KernelFile=xtoskrnl.exe
Arguments=DEBUG DEBUGPORT=COM1,115200 Parameters=DEBUG DEBUGPORT=COM1,115200
[Windows] [Windows]
SystemName="Microsoft Windows 2000" SystemName="Microsoft Windows 2000"
@ -40,7 +41,7 @@ SystemType=NT50
SystemPath=multi(0)disk(0)rdisk(0)partition(2)/Windows SystemPath=multi(0)disk(0)rdisk(0)partition(2)/Windows
KernelFile=ntoskrnl.exe KernelFile=ntoskrnl.exe
HalFile=hal.dll HalFile=hal.dll
Arguments=/NOGUIBOOT /MININT Parameters=/NOGUIBOOT /MININT
[Linux] [Linux]
SystemName="GNU/Linux" SystemName="GNU/Linux"
@ -48,4 +49,4 @@ SystemType=LINUX
SystemPath=multi(0)disk(0)rdisk(0)partition(3)/boot SystemPath=multi(0)disk(0)rdisk(0)partition(3)/boot
KernelFile=vmlinuz KernelFile=vmlinuz
InitrdFile=initramfs.cpio.gz InitrdFile=initramfs.cpio.gz
Arguments=root=/dev/xvda3 rootfstype=ext4 Parameters=root=/dev/xvda3 rootfstype=ext4