1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

Kernel: Embrace the SerenityOS name

This commit is contained in:
Andreas Kling 2019-12-29 19:08:02 +01:00
parent 6a94214502
commit fed3416bd2
5 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ elif [ "$1" = "qcmd" ]; then
SERENITY_KERNEL_CMDLINE="$SERENITY_KERNEL_CMDLINE $1"
done
echo "Starting SerenityOS, Commandline: ${SERENITY_KERNEL_CMDLINE}"
# ./run: qemu with serenity with custom commandline
# ./run: qemu with SerenityOS with custom commandline
$SERENITY_QEMU_BIN \
$SERENITY_COMMON_QEMU_ARGS \
-device e1000 \