1
0

config: add CONFIG_PAGE_SIZE and CONFIG_INIT_PAGE_SIZE

This commit is contained in:
2013-01-01 23:53:18 -05:00
parent e69440c698
commit 1c75a68815
6 changed files with 17 additions and 16 deletions

View File

@ -23,8 +23,6 @@
#include <list.h>
#define MM_PAGE_SIZE 4096
struct frame {
void *address;
struct dlist_node list;