Manage int IDs via id_alloc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s

This commit is contained in:
2026-02-22 20:40:12 +01:00
parent 8fc5418915
commit 084809ac99
13 changed files with 203 additions and 70 deletions

View File

@@ -9,6 +9,7 @@ include syscall/src.mk
include fs/src.mk
include device/src.mk
include Flanterm/src.mk
include id/src.mk
ifeq ($(PLATFORM_ACPI),1)
include uACPI/src.mk