Age | Commit message (Expand) | Author |
---|---|---|
2022-04-14 | kernel: port init's `printf` implementation | dzwdz |
2022-04-14 | kernel: basic page allocator, `process_free` | dzwdz |
2022-03-26 | kernel: IRQs; PS/2 keyboard support | dzwdz |
2021-10-06 | kernel/i386: implement part of ATA IDENTIFY | dzwdz |
2021-09-21 | start using sparse's `-Wdecl` | dzwdz |
2021-09-20 | create a few specialized panic()s | dzwdz |
2021-09-19 | call sysenter_setup before kmain_early | dzwdz |
2021-08-09 | rename `log_` to `tty_`, `tty_` to `vga_` | dzwdz |
2021-08-09 | move all the tty stuff to a tty directory | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |