summaryrefslogtreecommitdiff
path: root/Meta/run.sh
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-10-23 17:18:57 +0200
committerAndreas Kling <kling@serenityos.org>2021-10-25 23:38:28 +0200
commit542a88a7be9fbdbc2ff3eadc38cdcaa33292fb97 (patch)
tree07f15023e4b8546c809f677a8b01b3006e7ea22b /Meta/run.sh
parent314b8a374ba82152bb092d9c6ff0c2b5d5c21005 (diff)
downloadserenity-542a88a7be9fbdbc2ff3eadc38cdcaa33292fb97.zip
Kernel: Separate framebuffers from bootmode
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-xMeta/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/run.sh b/Meta/run.sh
index bf33a14c30..8aa424a110 100755
--- a/Meta/run.sh
+++ b/Meta/run.sh
@@ -69,6 +69,7 @@ fi
[ "$KVM_SUPPORT" -eq "1" ] && SERENITY_VIRT_TECH_ARG="-enable-kvm"
+# For default values, see Kernel/CommandLine.cpp
[ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello"
[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=1G