index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
run
Age
Commit message (
Expand
)
Author
2019-12-29
Kernel: Embrace the SerenityOS name
Andreas Kling
2019-12-25
run: Run QEMU with "-cpu max"
Andreas Kling
2019-12-24
Build: Meta: Allow makeall.sh and run to be called from any directory
Shannon Booth
2019-12-23
Meta: Add environment variable to specify bochs command in run script
Conrad Pankoff
2019-12-22
Run: Fix broken packet logging argument to QEMU (disabled by default)
Andreas Kling
2019-11-13
run: Unbreak this script when running with a regular Bourne /bin/sh
Andreas Kling
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-05
run: Unbreak the run script
Andreas Kling
2019-11-05
run: Comment out qemu packet capture
Dan MacDonald
2019-11-04
run: Only enable KVM if /dev/kvm is r/w for the current user
Andreas Kling
2019-11-02
Run: Don't repeat common QEMU arguments
Jonathan Archer
2019-11-02
Run: Properly use common memory size
Jonathan Archer
2019-10-29
Kernel: Enabling Text mode debugging (#696)
Liav A
2019-10-13
Runner: Enable QEMU's KVM mode by default
Andreas Kling
2019-09-09
Runner: Forward host TCP port 8823 to guest port 23 in QEMU
Andreas Kling
2019-08-29
Kernel: Remove specific devices from network code
Conrad Pankoff
2019-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-06-16
Kernel: Expose kernel command line to userspace through /proc/cmdline
Robin Burchell
2019-06-12
Kernel: Use an environment variable to set the memory size in the run script
Conrad Pankoff
2019-06-04
Build: Remove grub from default build process
Conrad Pankoff
2019-06-02
Kernel: Implement OffsetDiskDevice to prepare for partition support
Conrad Pankoff
2019-06-02
Kernel: Make better use of the multiboot info.
Andreas Kling
2019-05-24
WindowServer: Add 2560x1440 resolution option.
Andreas Kling
2019-05-23
Always run QEMU with -debugcon stdio.
Andreas Kling
2019-05-17
Run QEMU with the "guest_errors" debug flag, in case we do something wrong.
Andreas Kling
2019-05-17
Always dump QEMU CPU state on CPU reset.
Andreas Kling
2019-05-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-04
run: Make it easy to override which qemu executable is used.
Andreas Kling
2019-05-01
Fix jittery mouse
Mustafa Ali CAN
2019-04-24
Allow passing extra args to qemu via a SERENITY_EXTRA_QEMU_ARGS env var.
Andreas Kling
2019-04-01
Kernel: Use a multiboot header instead of a convoluted two-part bootloader.
Andreas Kling
2019-03-27
Give the emulator testing environments 128 MB of RAM.
Andreas Kling
2019-03-13
IPv4: Begin fleshing out TCP support.
Andreas Kling
2019-03-13
More work on IPv4 sockets and /bin/ping.
Andreas Kling
2019-03-11
Kernel: Bring up enough networking code that we can respond to ARP requests.
Andreas Kling
2019-03-11
Kernel: Add a NetworkTask and a received network packet queue.
Andreas Kling
2019-03-10
Kernel: Start adding support for E1000 network adapters.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-09
Run QEMU with the possibility to attach gdb.
Andreas Kling
2018-11-08
Make it run in QEMU.
Andreas Kling
2018-10-17
Allow running in QEMU with "./run q"
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-16
Import the "gerbert" kernel I worked on earlier this year.
Andreas Kling