organize device drivers into subdirectories
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 35s
Build documentation / build-and-deploy (push) Failing after 7s

This commit is contained in:
2026-03-31 15:56:30 +02:00
parent dcfc1a6e42
commit 4c4c10c61e
38 changed files with 79 additions and 64 deletions

5
kernel/device/sys/src.mk Normal file
View File

@@ -0,0 +1,5 @@
c += device/sys/debugconsole.c \
device/sys/terminal.c
o += device/sys/debugconsole.o \
device/sys/terminal.o