Age | Commit message (Expand) | Author |
---|---|---|
2022-05-05 | kernel: fix a few minor compiler warnings | dzwdz |
2022-05-05 | kernel: each driver registers its own mounts | dzwdz |
2022-04-14 | kernel: port init's `printf` implementation | dzwdz |
2022-04-07 | kernel: remove the `/tty` device | dzwdz |
2022-04-07 | kernel: add a /com1 device | dzwdz |
2022-03-30 | kernel: remove the keyboard driver, add a `/ps2` device | dzwdz |
2022-03-27 | kernel/tty: poll only on IRQs, don't burn cycles | dzwdz |
2022-03-26 | kernel: IRQs; PS/2 keyboard support | dzwdz |
2021-10-02 | implement serial/tty input | dzwdz |
2021-10-02 | rename kernel/arch/log.h to io.h | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-09 | print the boot heart on both VGA and serial | dzwdz |
2021-08-09 | implement serial output | dzwdz |
2021-08-09 | rename `log_` to `tty_`, `tty_` to `vga_` | dzwdz |