summaryrefslogtreecommitdiff
path: root/Meta/run.sh
AgeCommit message (Expand)Author
2021-07-03Meta: Add missing quotes in Meta/run.shGunnar Beutner
2021-07-03Meta: Use virtualization acceleration if available in CI runsIdan Horowitz
2021-07-03Meta: Add a few more graphics devices to the Q35 for testing purposesLiav A
2021-07-03Meta: Provide better instructions when QEMU is not installed or too oldGunnar Beutner
2021-07-03Meta: Prefer to use the QEMU binaries from the toolchain directoryGunnar Beutner
2021-07-02Revert "Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine"""Liav A
2021-06-30Meta: Add environment variable for disabling qemu's gdb socketGal Horowitz
2021-06-30Meta: Do not use gl=on if building in WSL2Gal Horowitz
2021-06-28Meta: Choose the QEMU display backend based on whats availableSahan Fernando
2021-06-27Meta: Do not use gl=on if building in WSLstelar7
2021-06-26Meta: Use virtio-vga instead of virtio-gpu if using multiple monitorsSahan Fernando
2021-06-25Meta: Force relative mouse coordinates with multiple screensTom
2021-06-25Meta: Add SERENITY_SCREENS environment variableTom
2021-06-25Kernel: Add VirtIOGPU graphics deviceSahan Fernando
2021-06-25Meta: Run 64-bit kernels with qemu-system-x86_64Gunnar Beutner
2021-06-13Meta: Fix QEMU version check in run.shApoorv Mishra
2021-06-11Revert "Meta: Use Intel 82574 instead of Intel 82540 in the run script"Gunnar Beutner
2021-06-09Meta: Use Intel 82574 instead of Intel 82540 in the run scriptLiav A
2021-06-09Meta: Check installed QEMU versionApoorv Mishra
2021-05-25Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine""Gunnar Beutner
2021-05-22Revert "Kernel: Fix PCI layout of i440fx QEMU machine"Liav A
2021-05-21Kernel: Fix PCI layout of i440fx QEMU machineLiav A
2021-05-21Meta: Make i440fx QEMU machine PCI hierarchy a bit more complexLiav A
2021-05-16Meta: Boot the Q35 machine without VGA supportLiav A
2021-04-29Meta: Ensure the tap device is removed before trying to create it againGunnar Beutner
2021-04-27Meta: Don't run qemu as rootGunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-17Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)Idan Horowitz
2021-04-17Kernel: Finish base implementation of VirtQueuesIdan Horowitz
2021-04-17Kernel: Implement a naive version of virtconsole by memcpying to physical pageIdan Horowitz
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-06Meta: Make 'run.sh qgrub' work via SERENITY_RUNLinus Groh
2021-03-05Meta: Boot Q35 machine with SATA drive instead of using IDE driveLiav A
2021-02-28Meta: Add run target for CIAndrew Kaster
2021-02-27Meta: Enable qemu virtualization acceleration on macJakub Berkop
2021-01-01Meta: Bump default RAM size to 512MBTom
2020-09-19Meta: Add env variable SERENITY_RUN to be able to choose qemu, bochs, etcTom
2020-09-12Meta: Avoid deprecated qemu optionBen Wiederhake
2020-09-04Kernel/USB: Start fleshing out a basic UHCI controller driver :^)Andreas Kling
2020-08-14Meta: allow override of QEMU -cpu argument via environment variablePeter Nelson
2020-07-06run.sh: Remove cpu_reset debug outputNico Weber
2020-07-01Meta: make `Meta/run.sh qgrub` work.Emanuele Torre
2020-07-01Meta: `run.sh`: fix usage commentsEmanuele Torre
2020-07-01Meta: Allow running run.sh from any where by setting SERENITY_BUILDEmanuele Torre
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele Torre
2020-07-01Meta: use "better" syntax to set SERENITY_KERNEL_CMDLINE in run.sh :^)Emanuele Torre
2020-07-01Meta: quote variables in `run.sh` where it makes senseEmanuele Torre
2020-06-05run.sh: Pass -drive instead of -hda to qemu.Nico Weber
2020-05-14Build: Switch to CMake :^)Sergey Bugaev