Handle ps2 keyboard via special process

This commit is contained in:
2025-09-07 20:53:36 +02:00
parent 4f3053bc8e
commit 9644ad0b4e
16 changed files with 312 additions and 40 deletions

View File

@ -53,6 +53,9 @@ SRCFILES += $(call GRABSRC, \
fs/portlfs \
baseimg \
proc \
proc/kproc \
proc/ps2kbproc \
proc/termproc \
hal \
hal/$(ARCH) \
std \