This commit is contained in:
parent
5869aa985a
commit
8473150b26
@ -18,7 +18,7 @@
|
|||||||
# 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
|
||||||
# Options - specifies extra boot options for the kernel
|
# Arguments - specifies extra boot options for the kernel
|
||||||
|
|
||||||
[XTLDR]
|
[XTLDR]
|
||||||
Tone=400 880 2 988 2 783 2 392 2 587 3
|
Tone=400 880 2 988 2 783 2 392 2 587 3
|
||||||
@ -32,7 +32,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
|
||||||
Options=DEBUG DEBUGPORT=COM1,115200
|
Arguments=DEBUG DEBUGPORT=COM1,115200
|
||||||
|
|
||||||
[Windows]
|
[Windows]
|
||||||
SystemName="Microsoft Windows 2000"
|
SystemName="Microsoft Windows 2000"
|
||||||
@ -40,7 +40,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
|
||||||
Options=/NOGUIBOOT /MININT
|
Arguments=/NOGUIBOOT /MININT
|
||||||
|
|
||||||
[Linux]
|
[Linux]
|
||||||
SystemName="GNU/Linux"
|
SystemName="GNU/Linux"
|
||||||
@ -48,4 +48,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
|
||||||
Options=root=/dev/xvda3 rootfstype=ext4
|
Arguments=root=/dev/xvda3 rootfstype=ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user