feat: start of paging setup
This commit is contained in:
10
include/myke/mem/vmm.h
Normal file
10
include/myke/mem/vmm.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by rick on 17-10-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_VMM_H
|
||||
#define NEW_KERNEL_VMM_H
|
||||
|
||||
void vmm_init(multiboot_info_t *multiboot_info);
|
||||
|
||||
#endif //NEW_KERNEL_VMM_H
|
||||
Reference in New Issue
Block a user