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