start of page allocation
This commit is contained in:
parent
a0973fe49d
commit
e64cf1ef72
5 changed files with 52 additions and 1 deletions
7
src/kernel/memory.h
Normal file
7
src/kernel/memory.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef KMEMORY_H
|
||||
#define KMEMORY_H
|
||||
|
||||
void page_init();
|
||||
void page_free(void *addr);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue