Age | Commit message (Expand) | Author |
---|---|---|
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-27 | kernel/i386: implement the ps/2 keymap as an array | dzwdz |
2022-03-26 | kernel: IRQs; PS/2 keyboard support | dzwdz |
2021-10-07 | kernel/i386: rename the port io functions with their bit length | dzwdz |
2021-10-02 | implement serial/tty input | dzwdz |
2021-10-02 | serial: implement a selftest | dzwdz |
2021-10-02 | rename kernel/arch/log.h to io.h | dzwdz |
2021-09-21 | start using sparse's `-Wdecl` | dzwdz |
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-08-09 | move the x86 port io code to a separate file | dzwdz |
2021-08-09 | print the boot heart on both VGA and serial | dzwdz |
2021-08-09 | vga tty: vga_putchar is now static | dzwdz |
2021-08-09 | implement serial output | 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 |