Rename parameters
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Rafal Kupiec 2022-10-23 22:18:45 +02:00
parent 5869aa985a
commit 8473150b26
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
# 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
# Options - specifies extra boot options for the kernel
# Arguments - specifies extra boot options for the kernel
[XTLDR]
Tone=400 880 2 988 2 783 2 392 2 587 3
@ -32,7 +32,7 @@ SystemName="ExectOS Operating System"
SystemType=XTOS
SystemPath=multi(0)disk(0)rdisk(0)partition(1)/ExectOS
KernelFile=xtoskrnl.exe
Options=DEBUG DEBUGPORT=COM1,115200
Arguments=DEBUG DEBUGPORT=COM1,115200
[Windows]
SystemName="Microsoft Windows 2000"
@ -40,7 +40,7 @@ SystemType=NT50
SystemPath=multi(0)disk(0)rdisk(0)partition(2)/Windows
KernelFile=ntoskrnl.exe
HalFile=hal.dll
Options=/NOGUIBOOT /MININT
Arguments=/NOGUIBOOT /MININT
[Linux]
SystemName="GNU/Linux"
@ -48,4 +48,4 @@ SystemType=LINUX
SystemPath=multi(0)disk(0)rdisk(0)partition(3)/boot
KernelFile=vmlinuz
InitrdFile=initramfs.cpio.gz
Options=root=/dev/xvda3 rootfstype=ext4
Arguments=root=/dev/xvda3 rootfstype=ext4