summaryrefslogtreecommitdiff
path: root/Kernel/.bochsrc
AgeCommit message (Expand)Author
2019-08-06Meta: Make Serenity run on Bochs once againAndreas Kling
2019-03-27Give the emulator testing environments 128 MB of RAM.Andreas Kling
2019-03-10Kernel: Start adding support for E1000 network adapters.Andreas Kling
2019-02-06Kernel: Much improved BochsVGA (BXVGA) support.Andreas Kling
2019-01-28.bochsrc: Toggle mouse grab with ctrl-alt (works nicer on 1-button mice.)Andreas Kling
2019-01-27Make .bochsrc work with the stock Bochs on Ubuntu.Andreas Kling
2019-01-16Allow the scheduler to unblock the current process.Andreas Kling
2018-11-09Use the VGA start address for fast VirtualConsole scrolling.Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling
2018-10-23Also send console output to port 0xe9 (bochs console.)Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling