Age | Commit message (Expand) | Author |
---|---|---|
2019-01-14 | Start refactoring the windowing system to use an event loop. | Andreas Kling |
2018-12-03 | More coding style changes. | Andreas Kling |
2018-11-02 | Basic ^C interrupt implementation. | Andreas Kling |
2018-10-31 | Add a kmalloc_eternal() for things that will never be destroyed. | Andreas Kling |
2018-10-30 | Virtual consoles kinda work! | Andreas Kling |
2018-10-30 | Start working on virtual consoles/TTYs. | Andreas Kling |
2018-10-25 | Implement a basic way for read() to block. | Andreas Kling |
2018-10-23 | Lots of hacking: | Andreas Kling |
2018-10-22 | Add IRQHandler class that can be subclasses to handle an IRQ. | Andreas Kling |
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling |