Age | Commit message (Expand) | Author |
---|---|---|
2021-09-20 | create a few specialized panic()s | dzwdz |
2021-09-12 | log cr2 on page faults | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-22 | kernel: implement assert | dzwdz |
2021-08-09 | rename `log_` to `tty_`, `tty_` to `vga_` | dzwdz |
2021-07-22 | disable paging when handling interrupts | dzwdz |
2021-07-21 | simplify the IDT generation | dzwdz |
2021-07-21 | create ISR stubs, which call a single main isr handler | dzwdz |
2021-07-19 | add a page fault handler | dzwdz |
2021-07-18 | fix most current compiler warnings | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |