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-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