]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Implement input part of stdio
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 14 Jun 2022 19:06:49 +0000 (21:06 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:06:17 +0000 (18:06 +0200)
commit41cf62fc4e0ab87d8fbb584678a2d2e1dccdc065
treee88d151220f1cd181cd60acabea33b5d202888ad
parentb87962874082db4093c960cf613eedae918180fc
Implement input part of stdio

This is not very good and will definitely have to be redone later, but for now
it does the job.
include/arch/x86/input/ps2.h
include/arch/x86/tty.h
kernel/arch/x86/tty/tty.c
kernel/drivers/input/ps2.c
kernel/kernel.c