wip: memory change
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#define ACCESSED (1 << 4)
|
||||
#define INIT_FLAGS (PRESENT | RW | SUPERVISOR)
|
||||
#define PAGE_SIZE 4096
|
||||
#define KERN_START 0xC0000000
|
||||
#define HEAP_END 0xC0000000
|
||||
|
||||
void init_memory(void);
|
||||
void *alloc_frames(size_t size);
|
||||
|
Reference in New Issue
Block a user