summaryrefslogtreecommitdiff
path: root/Kernel/run
AgeCommit message (Expand)Author
2019-06-16Kernel: Expose kernel command line to userspace through /proc/cmdlineRobin Burchell
2019-06-12Kernel: Use an environment variable to set the memory size in the run scriptConrad Pankoff
2019-06-04Build: Remove grub from default build processConrad Pankoff
2019-06-02Kernel: Implement OffsetDiskDevice to prepare for partition supportConrad Pankoff
2019-06-02Kernel: Make better use of the multiboot info.Andreas Kling
2019-05-24WindowServer: Add 2560x1440 resolution option.Andreas Kling
2019-05-23Always run QEMU with -debugcon stdio.Andreas Kling
2019-05-17Run QEMU with the "guest_errors" debug flag, in case we do something wrong.Andreas Kling
2019-05-17Always dump QEMU CPU state on CPU reset.Andreas Kling
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-04run: Make it easy to override which qemu executable is used.Andreas Kling
2019-05-01Fix jittery mouseMustafa Ali CAN
2019-04-24Allow passing extra args to qemu via a SERENITY_EXTRA_QEMU_ARGS env var.Andreas Kling
2019-04-01Kernel: Use a multiboot header instead of a convoluted two-part bootloader.Andreas Kling
2019-03-27Give the emulator testing environments 128 MB of RAM.Andreas Kling
2019-03-13IPv4: Begin fleshing out TCP support.Andreas Kling
2019-03-13More work on IPv4 sockets and /bin/ping.Andreas Kling
2019-03-11Kernel: Bring up enough networking code that we can respond to ARP requests.Andreas Kling
2019-03-11Kernel: Add a NetworkTask and a received network packet queue.Andreas Kling
2019-03-10Kernel: Start adding support for E1000 network adapters.Andreas Kling
2018-11-29Add TIOCGWINSZ ioctl so userland can determine terminal geometry.Andreas Kling
2018-11-09Run QEMU with the possibility to attach gdb.Andreas Kling
2018-11-08Make it run in QEMU.Andreas Kling
2018-10-17Allow running in QEMU with "./run q"Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling