diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-07-18 19:40:37 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-18 22:08:03 +0200 |
commit | e3b7ae0c77ba227f9fd666a7e9f7c5d9a5c6f402 (patch) | |
tree | bf4a0999fc9c3083e9c1f5854f13225c86ee032a /Meta/run.sh | |
parent | 61a8f3e81a817e189ca4f64741d9f7d76ae8c345 (diff) | |
download | serenity-e3b7ae0c77ba227f9fd666a7e9f7c5d9a5c6f402.zip |
Meta: Remove unused bootloader_test target
Due to other changes this is now just a copy of the q35 target.
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-x | Meta/run.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 1da7bc6020..a452009e5d 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -240,19 +240,6 @@ elif [ "$SERENITY_RUN" = "q35" ]; then -kernel Kernel/Prekernel/Prekernel \ -initrd Kernel/Kernel \ -append "${SERENITY_KERNEL_CMDLINE}" -elif [ "$SERENITY_RUN" = "bootloader_test" ]; then - # Meta/run.sh q35: qemu (q35 chipset) with SerenityOS - echo "Starting SerenityOS with QEMU Q35 machine, Commandline: ${SERENITY_KERNEL_CMDLINE}" - "$SERENITY_QEMU_BIN" \ - $SERENITY_COMMON_QEMU_Q35_ARGS \ - $SERENITY_VIRT_TECH_ARG \ - -netdev user,id=breh,hostfwd=tcp:127.0.0.1:8888-10.0.2.15:8888,hostfwd=tcp:127.0.0.1:8823-10.0.2.15:23 \ - -device e1000,netdev=breh \ - -kernel Kernel/Prekernel/Prekernel \ - -initrd Kernel/Kernel \ - -append "${SERENITY_KERNEL_CMDLINE}" \ - -no-reboot \ - -no-shutdown elif [ "$SERENITY_RUN" = "ci" ]; then # Meta/run.sh ci: qemu in text mode echo "Running QEMU in CI" |