fat_io_lib finally works, implement virtual partition devices, manage devices via string keys
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m35s

This commit is contained in:
2026-03-01 00:00:27 +01:00
parent baa13fb695
commit 0533c2705d
37 changed files with 619 additions and 139 deletions

View File

@@ -1,10 +1,14 @@
c += device/device.c \
device/terminal.c \
device/ramdrv.c
device/ramdrv.c \
device/partdrv.c \
device/partitions.c
o += device/device.o \
device/terminal.o \
device/ramdrv.o
device/ramdrv.o \
device/partdrv.o \
device/partitions.o
ifeq ($(platform),amd64)
c += device/ps2_kb.c