summaryrefslogtreecommitdiff
path: root/Kernel/.bochsrc
AgeCommit message (Expand)Author
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