Update boot loader configuration file
This commit is contained in:
parent
167c09be0a
commit
096b65c432
@ -8,7 +8,7 @@
|
|||||||
# 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
|
||||||
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
|
# Modules - supplies a list of modules that will be loaded in orded to extend XTLDR functionality
|
||||||
# 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
|
||||||
# Tune - plays a tune on the pcspeaker right before the XTLDR loads
|
# Tune - plays a tune on the pcspeaker right before the XTLDR boot menu shows up
|
||||||
#
|
#
|
||||||
# Another type of section is [OS-Section] which adds a new position (operating system) to the boot menu. Each type
|
# Another type of section is [OS-Section] which adds a new position (operating system) to the boot menu. Each type
|
||||||
# of the operating system provides a set of available parameters. If unsupported option is added, it is being ignored
|
# of the operating system provides a set of available parameters. If unsupported option is added, it is being ignored
|
||||||
@ -32,14 +32,15 @@ Tune=400 880 2 988 2 783 2 392 2 587 3
|
|||||||
[ExectOS]
|
[ExectOS]
|
||||||
SystemName="ExectOS Operating System"
|
SystemName="ExectOS Operating System"
|
||||||
SystemType=XTOS
|
SystemType=XTOS
|
||||||
BootModules=pecoff xtos
|
BootModules=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
|
||||||
Parameters=DEBUG DEBUGPORT=COM1,115200
|
Parameters=DEBUG=COM1,115200
|
||||||
|
|
||||||
[Windows]
|
[Windows]
|
||||||
SystemName="Microsoft Windows 2000"
|
SystemName="Microsoft Windows 2000"
|
||||||
SystemType=NT50
|
SystemType=NT50
|
||||||
|
BootModules=ntos
|
||||||
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
|
||||||
@ -48,7 +49,7 @@ Parameters=/NOGUIBOOT /MININT
|
|||||||
[Linux]
|
[Linux]
|
||||||
SystemName="GNU/Linux"
|
SystemName="GNU/Linux"
|
||||||
SystemType=LINUX
|
SystemType=LINUX
|
||||||
BootModules=elf linux
|
BootModules=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
|
||||||
|
Loading…
Reference in New Issue
Block a user