x86_64: implement bootstrap function for pmap interface
This commit is contained in:
9
arch/x86_64/include/socks/machine/pmap.h
Normal file
9
arch/x86_64/include/socks/machine/pmap.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SOCKS_X86_64_PMAP_H_
|
||||
#define SOCKS_X86_64_PMAP_H_
|
||||
|
||||
#include <arch/paging.h>
|
||||
|
||||
typedef pml4t_ptr_t ml_pmap_t;
|
||||
typedef uint64_t ml_pfn_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user