mmu: Add initial implementation of identity mapping
This commit is contained in:
@ -5,5 +5,6 @@ KOBJS += $(KERNEL_PREFIX)/font.o
|
||||
KOBJS += $(KERNEL_PREFIX)/framebuffer.o
|
||||
KOBJS += $(KERNEL_PREFIX)/list.o
|
||||
KOBJS += $(KERNEL_PREFIX)/mm.o
|
||||
KOBJS += $(KERNEL_PREFIX)/mmu.o
|
||||
KOBJS += $(KERNEL_PREFIX)/print.o
|
||||
KOBJS += $(KERNEL_PREFIX)/start_kernel.o
|
||||
|
Reference in New Issue
Block a user