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
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m35s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user