1
0

mmu: Add initial implementation of identity mapping

This commit is contained in:
2012-09-21 11:52:24 -04:00
parent ae45deb789
commit ab29c2c442
6 changed files with 82 additions and 7 deletions

View File

@ -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