index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
arch
/
i386
/
tty
/
tty.c
Age
Commit message (
Collapse
)
Author
2022-07-16
amd64: barely boot into kernel code
dzwdz
2022-06-30
kernel: get lint to shut up about undeclared variables
dzwdz
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
it's not related to logging but to general io, the old name didn't make sense
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
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