feat add abstruction_mmu for XiZi_AIoT(support MmuInit\MmuSectionMap\MmuSectionUnmap\MmuTtbSwitch\MmuTransform)

This commit is contained in:
Liu_Weichao
2023-05-29 16:58:22 +08:00
parent a110ab511c
commit 3463c8515f
6 changed files with 360 additions and 1 deletions
@@ -1,3 +1,3 @@
SRC_FILES := cache.c isr.c mmu.c
SRC_FILES := cache.c isr.c abstraction_mmu.c
include $(KERNEL_ROOT)/compiler.mk