1
0

mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory

This commit is contained in:
2013-01-01 23:42:45 -05:00
parent e279d83d7d
commit 806d00f471
9 changed files with 79 additions and 66 deletions

View File

@ -20,7 +20,7 @@
#include <print.h>
#include <types.h>
#include <mm.h>
#include <frames.h>
#define SCTLR 15,0,1,0,0
#define TTBR0 15,0,2,0,0

View File

@ -20,7 +20,7 @@
#include <print.h>
#include <types.h>
#include <mm.h>
#include <frames.h>
extern uint32 kernel_start_phys, kernel_end_phys;
extern uint32 kernel_start, kernel_end;