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>
|
||||
|
||||
extern uint32 kernel_start_phys, kernel_end_phys;
|
||||
extern uint32 kernel_start, kernel_end;
|
||||
|
Reference in New Issue
Block a user