[Zion/Mammoth] Move init cap decls to mammoth.
They no longer need to be independent now that we have removed the libc.
This commit is contained in:
parent
c209925a3c
commit
642fc4d80d
7 changed files with 14 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <glacier/string/str_split.h>
|
||||
#include <mammoth/file/file.h>
|
||||
#include <mammoth/proc/process.h>
|
||||
#include <zglobal.h>
|
||||
#include <mammoth/util/init.h>
|
||||
|
||||
void Terminal::HandleCharacter(char c) {
|
||||
console_.WriteChar(c);
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include <mammoth/util/debug.h>
|
||||
#include <mammoth/util/memory_region.h>
|
||||
#include <zcall.h>
|
||||
#include <zglobal.h>
|
||||
|
||||
#define GPT_DEBUG 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue