Age | Commit message (Expand) | Author |
---|---|---|
2019-08-06 | Meta: Make Serenity run on Bochs once again | Andreas Kling |
2019-03-27 | Give the emulator testing environments 128 MB of RAM. | Andreas Kling |
2019-03-10 | Kernel: Start adding support for E1000 network adapters. | Andreas Kling |
2019-02-06 | Kernel: 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-27 | Make .bochsrc work with the stock Bochs on Ubuntu. | Andreas Kling |
2019-01-16 | Allow the scheduler to unblock the current process. | Andreas Kling |
2018-11-09 | Use the VGA start address for fast VirtualConsole scrolling. | Andreas Kling |
2018-10-25 | Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). | Andreas Kling |
2018-10-23 | Also send console output to port 0xe9 (bochs console.) | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |