Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 8729239

Browse files
authored
wad
1 parent 593d0d1 commit 8729239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/mem/vmm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ void init_vmm();
3939
void vmap(u32 vaddr, u32 paddr, int present, int rw);
4040
void imap_kernel();
4141
void* vmalloc(u32 size);
42+
page_dir_t* create_page();
4243

4344
static inline void pfault(struct Registers* regs);
4445

0 commit comments

Comments
 (0)