7 lines
119 B
C
7 lines
119 B
C
|
#ifndef _ROCKOS_PAGING_H
|
||
|
#define _ROCKOS_PAGING_H
|
||
|
|
||
|
#define PAGE_ENTRIES 1024
|
||
|
#define PAGE_SIZE 4 * PAGE_ENTRIES
|
||
|
|
||
|
#endif
|