diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 21:03:37 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 21:03:37 +0200 |
| commit | 61291639524e4aebf93a3315661e7180ac1b9c1e (patch) | |
| tree | b524cd94fe1c59c9733e913f1de1e1c68b313bda /common/debug.c | |
| parent | 6f8e5772d17d277842be3f6162ddd665a17e5be9 (diff) | |
| download | kmi-61291639524e4aebf93a3315661e7180ac1b9c1e.tar.gz kmi-61291639524e4aebf93a3315661e7180ac1b9c1e.zip | |
Right up to init_proc, FUCK YEAH
+ Lots to do still, should keep a more detailed TODO.txt, among other
things implement Sv48 support, make more things single truths etc.
Diffstat (limited to 'common/debug.c')
| -rw-r--r-- | common/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.c b/common/debug.c index 73b6894..1800b1c 100644 --- a/common/debug.c +++ b/common/debug.c @@ -1,6 +1,7 @@ #include <apos/types.h> #include <apos/debug.h> #include <apos/bits.h> +#include <apos/vmem.h> #include <apos/pmem.h> #include <libfdt.h> #include <stdarg.h> |
