Display physical memory

This commit is contained in:
Laurent Vivier 2004-05-11 23:05:10 +00:00
parent f0d4f6fcf6
commit f77ce55dad

View File

@ -10,6 +10,7 @@
#include "bank.h"
#include "memory.h"
#include "console.h"
#include "lowmem.h"
extern unsigned long _start;
@ -206,9 +207,10 @@ void memory_init()
memory_remove( (unsigned long)&__bootloader_start,
(unsigned long)&__bootloader_end);
/* system */
/* ??? */
memory_remove(0, 0x00010000);
memory_remove(0x0000, 0x8000);
}
void *malloc(size_t size)