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