Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-07 | kernel: add a /com1 device | dzwdz | |
2022-03-26 | kernel: IRQs; PS/2 keyboard support | dzwdz | |
2021-10-02 | implement serial/tty input | dzwdz | |
2021-08-24 | replace () with (void) in function definitions | dzwdz | |
`()` means that any amt of arguments will be accepted, which isn't what i want | |||
2021-08-09 | implement serial output | dzwdz | |