Age | Commit message (Expand) | Author |
---|---|---|
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling |
2018-12-03 | More coding style changes. | Andreas Kling |
2018-11-04 | Move assertion failures out-of-line to reduce binary bloat. | Andreas Kling |
2018-10-29 | Fix broken SpinLock. | Andreas Kling |
2018-10-25 | Selectively disable interrupts in MM. | Andreas Kling |
2018-10-23 | Lots of hacking: | Andreas Kling |
2018-10-22 | Move kprintf to its own file. It has nothing to do with VGA anymore. | Andreas Kling |
2018-10-22 | Use UD2 instead of CLI;HLT for CRASH(). | Andreas Kling |
2018-10-22 | A lot of hacking: | Andreas Kling |
2018-10-16 | Add a simple IDEDiskDevice class that implements DiskDevice from VFS. | Andreas Kling |