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

@ -1,3 +1,4 @@
#include <mmu.h>
#include <mm.h>
#include <print.h>
#include <devices/pl011.h>
@ -54,6 +55,10 @@ void test_memory() {
int main(void) {
char *lower;
//setup MMU
mmu_reinit();
print_init(&pl011_putc); //initialize the serial console
//setup memory