summaryrefslogtreecommitdiff
path: root/Meta/Azure
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/Azure
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/Azure')
-rw-r--r--Meta/Azure/Serenity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Azure/Serenity.yml b/Meta/Azure/Serenity.yml
index ddd715729e..a115f3e3dc 100644
--- a/Meta/Azure/Serenity.yml
+++ b/Meta/Azure/Serenity.yml
@@ -80,7 +80,7 @@ jobs:
timeoutInMinutes: 60
env:
SERENITY_QEMU_CPU: 'max,vmx=off'
- SERENITY_KERNEL_CMDLINE: 'boot_mode=self-test'
+ SERENITY_KERNEL_CMDLINE: 'fbdev=off boot_mode=self-test'
SERENITY_RUN: 'ci'
- script: |