Reorganized source tree. Started using autotools.

This commit is contained in:
2020-07-17 10:03:28 -05:00
parent 36c88daa87
commit 0bb65f2d94
28 changed files with 142 additions and 149 deletions

View File

@@ -1,9 +1,6 @@
#ifndef SYSTYPES_H
#define SYSTYPES_H
#include <stdint.h>
#include <stddef.h>
typedef uint32_t physaddr_t;
#include "mmgr/types.hpp"
#endif