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

Commit 6301ef4

Browse files
authored
awd
1 parent fd99ef0 commit 6301ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/mem/vmm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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();
42+
void create_page();
4343

4444
static inline void pfault(struct Registers* regs);
4545

0 commit comments

Comments
 (0)