summaryrefslogtreecommitdiff
path: root/Meta/run.sh
AgeCommit message (Expand)Author
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