summaryrefslogtreecommitdiff
path: root/Kernel/run
AgeCommit message (Expand)Author
2019-12-29Kernel: Embrace the SerenityOS nameAndreas Kling
2019-12-25run: Run QEMU with "-cpu max"Andreas Kling
2019-12-24Build: Meta: Allow makeall.sh and run to be called from any directoryShannon Booth
2019-12-23Meta: Add environment variable to specify bochs command in run scriptConrad Pankoff
2019-12-22Run: Fix broken packet logging argument to QEMU (disabled by default)Andreas Kling
2019-11-13run: Unbreak this script when running with a regular Bourne /bin/shAndreas Kling
2019-11-13Kernel: Add a kernel boot parameter to force PIO modesupercomputer7
2019-11-05run: Unbreak the run scriptAndreas Kling
2019-11-05run: Comment out qemu packet captureDan MacDonald
2019-11-04run: Only enable KVM if /dev/kvm is r/w for the current userAndreas Kling
2019-11-02Run: Don't repeat common QEMU argumentsJonathan Archer
2019-11-02Run: Properly use common memory sizeJonathan Archer
2019-10-29Kernel: Enabling Text mode debugging (#696)Liav A
2019-10-13Runner: Enable QEMU's KVM mode by defaultAndreas Kling
2019-09-09Runner: Forward host TCP port 8823 to guest port 23 in QEMUAndreas Kling
2019-08-29Kernel: Remove specific devices from network codeConrad Pankoff
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
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