Working i386 paging and liballoc

This commit is contained in:
2025-12-07 00:53:33 +01:00
commit de5350010b
75 changed files with 6716 additions and 0 deletions

5
kernel/sync/make.src Normal file
View File

@@ -0,0 +1,5 @@
dir_sync1 := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
c_files += $(dir_sync1)/spinlock.c
o_files += $(dir_sync1)/spinlock.o