mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user