Age | Commit message (Expand) | Author |
---|---|---|
2021-09-21 | fix the assert kernel panic message | dzwdz |
2021-09-20 | create a few specialized panic()s | dzwdz |
2021-08-22 | kernel: implement assert | dzwdz |
2021-08-09 | rename `log_` to `tty_`, `tty_` to `vga_` | dzwdz |
2021-08-03 | put the NUM2STR macro in util.h | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |
2021-07-10 | abstract away logging | dzwdz |
2021-07-10 | a sensible source structure | dzwdz |
2021-07-10 | separate the source code from object files; more modular Makefile | dzwdz |