Simple physical memory allocator, virtual memory manager
This commit is contained in:
9
src/systypes.hpp
Normal file
9
src/systypes.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SYSTYPES_H
|
||||
#define SYSTYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef uint32_t physaddr_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user