[mammoth] Create a method for getting initial caps.

This commit is contained in:
Drew Galbraith 2023-06-16 23:51:49 -07:00
parent 4c936623b5
commit 528723e490
15 changed files with 108 additions and 22 deletions

View file

@ -2,6 +2,7 @@
#include "debug/debug.h"
#include "include/zcall.h"
#include "include/zinit.h"
#include "memory/paging_util.h"
#include "memory/physical_memory.h"
#include "object/thread.h"