index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
run.sh
Age
Commit message (
Expand
)
Author
2021-07-03
Meta: Add missing quotes in Meta/run.sh
Gunnar Beutner
2021-07-03
Meta: Use virtualization acceleration if available in CI runs
Idan Horowitz
2021-07-03
Meta: Add a few more graphics devices to the Q35 for testing purposes
Liav A
2021-07-03
Meta: Provide better instructions when QEMU is not installed or too old
Gunnar Beutner
2021-07-03
Meta: Prefer to use the QEMU binaries from the toolchain directory
Gunnar Beutner
2021-07-02
Revert "Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine"""
Liav A
2021-06-30
Meta: Add environment variable for disabling qemu's gdb socket
Gal Horowitz
2021-06-30
Meta: Do not use gl=on if building in WSL2
Gal Horowitz
2021-06-28
Meta: Choose the QEMU display backend based on whats available
Sahan Fernando
2021-06-27
Meta: Do not use gl=on if building in WSL
stelar7
2021-06-26
Meta: Use virtio-vga instead of virtio-gpu if using multiple monitors
Sahan Fernando
2021-06-25
Meta: Force relative mouse coordinates with multiple screens
Tom
2021-06-25
Meta: Add SERENITY_SCREENS environment variable
Tom
2021-06-25
Kernel: Add VirtIOGPU graphics device
Sahan Fernando
2021-06-25
Meta: Run 64-bit kernels with qemu-system-x86_64
Gunnar Beutner
2021-06-13
Meta: Fix QEMU version check in run.sh
Apoorv Mishra
2021-06-11
Revert "Meta: Use Intel 82574 instead of Intel 82540 in the run script"
Gunnar Beutner
2021-06-09
Meta: Use Intel 82574 instead of Intel 82540 in the run script
Liav A
2021-06-09
Meta: Check installed QEMU version
Apoorv Mishra
2021-05-25
Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine""
Gunnar Beutner
2021-05-22
Revert "Kernel: Fix PCI layout of i440fx QEMU machine"
Liav A
2021-05-21
Kernel: Fix PCI layout of i440fx QEMU machine
Liav A
2021-05-21
Meta: Make i440fx QEMU machine PCI hierarchy a bit more complex
Liav A
2021-05-16
Meta: Boot the Q35 machine without VGA support
Liav A
2021-04-29
Meta: Ensure the tap device is removed before trying to create it again
Gunnar Beutner
2021-04-27
Meta: Don't run qemu as root
Gunnar Beutner
2021-04-20
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Panagiotis Vasilopoulos
2021-04-17
Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
Idan Horowitz
2021-04-17
Kernel: Finish base implementation of VirtQueues
Idan Horowitz
2021-04-17
Kernel: Implement a naive version of virtconsole by memcpying to physical page
Idan Horowitz
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-06
Meta: Make 'run.sh qgrub' work via SERENITY_RUN
Linus Groh
2021-03-05
Meta: Boot Q35 machine with SATA drive instead of using IDE drive
Liav A
2021-02-28
Meta: Add run target for CI
Andrew Kaster
2021-02-27
Meta: Enable qemu virtualization acceleration on mac
Jakub Berkop
2021-01-01
Meta: Bump default RAM size to 512MB
Tom
2020-09-19
Meta: Add env variable SERENITY_RUN to be able to choose qemu, bochs, etc
Tom
2020-09-12
Meta: Avoid deprecated qemu option
Ben Wiederhake
2020-09-04
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Andreas Kling
2020-08-14
Meta: allow override of QEMU -cpu argument via environment variable
Peter Nelson
2020-07-06
run.sh: Remove cpu_reset debug output
Nico Weber
2020-07-01
Meta: make `Meta/run.sh qgrub` work.
Emanuele Torre
2020-07-01
Meta: `run.sh`: fix usage comments
Emanuele Torre
2020-07-01
Meta: Allow running run.sh from any where by setting SERENITY_BUILD
Emanuele Torre
2020-07-01
Meta: move Kernel/.bochsrc => Meta/bochsrc
Emanuele Torre
2020-07-01
Meta: use "better" syntax to set SERENITY_KERNEL_CMDLINE in run.sh :^)
Emanuele Torre
2020-07-01
Meta: quote variables in `run.sh` where it makes sense
Emanuele Torre
2020-06-05
run.sh: Pass -drive instead of -hda to qemu.
Nico Weber
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev