summaryrefslogtreecommitdiff
path: root/src/kernel/kbd.c
AgeCommit message (Collapse)AuthorLines
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for ↵Benji Dial-1/+5
terminal, meminfo popup program
2021-01-24making keyboard driver spin by checking if scanbyte has changed rather than ↵Benji Dial-3/+8
by a decrement loop
2021-01-24graphics!Benji Dial-253/+157
2020-09-20history when getting line from user in knobBenji Dial-1/+1
2020-09-19file managerBenji Dial-9/+29
2020-09-13have command shell block while commands are runningBenji Dial-2/+0
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-0/+285