]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
kernel: Huge refactoring of tty driver
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Jul 2022 12:54:37 +0000 (14:54 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Jul 2022 12:54:37 +0000 (14:54 +0200)
The VGA-specific parts now reside solely at arch/x86/tty.c and the
non-arch-specific functions (kprint*) are in kernel/kprint.c.

TODO: Make kernel/kprint.c more device agnostic


No differences found