Interface cleanup

This commit is contained in:
2018-02-15 14:20:10 +01:00
parent 9a479b1132
commit 8711fee390
4 changed files with 36 additions and 19 deletions

View File

@@ -43,4 +43,6 @@ void free_page(void *P4, uintptr_t addr, int free);
extern union PTE BootP4;
extern int kernel_start, kernel_end;
void memory_init();
#endif