diff options
-rw-r--r-- | vm/vm_map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h index d5bcf96..a15e681 100644 --- a/vm/vm_map.h +++ b/vm/vm_map.h @@ -54,7 +54,8 @@ #include <kern/rbtree.h> #include <kern/macro_help.h> -#define KENTRY_DATA_SIZE (32*PAGE_SIZE) +/* TODO: make it dynamic */ +#define KENTRY_DATA_SIZE (64*PAGE_SIZE) /* * Types defined: |