Skip to content
Snippets Groups Projects
Commit a661dc03 authored by wlott's avatar wlott
Browse files

Changed the page size parameter to a OS supplied value.

parent f150684c
No related branches found
No related tags found
No related merge requests found
#define CORE_PAGESIZE OS_VM_DEFAULT_PAGESIZE
#define CORE_PAGESIZE (4*1024)
#define CORE_MAGIC (('C' << 24) | ('O' << 16) | ('R' << 8) | 'E') #define CORE_MAGIC (('C' << 24) | ('O' << 16) | ('R' << 8) | 'E')
#define CORE_END 3840 #define CORE_END 3840
#define CORE_NDIRECTORY 3861 #define CORE_NDIRECTORY 3861
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment