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,9 +20,9 @@
#include <console.h>
#include <framebuffer.h>
#include <frames.h>
#include <kmalloc.h>
#include <print.h>
#include <mm.h>
#include <mmu.h>
#include <types.h>
@ -109,7 +109,7 @@ int main(void) {
serial_console_init();
//setup memory subsystems
mm_init();
frames_init();
kmalloc_init();
if (detect_memory()) {
print("Error: Failed to detect memory.\n");