add the last of the files and some basic stubs for most of the empty files from last commit

This commit is contained in:
2025-05-13 19:17:19 -07:00
parent 799f744f47
commit 512bd49ff7
26 changed files with 151 additions and 1 deletions

6
kernel/panic.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PANIC_H
#define PANIC_H
void panic(const char *message);
#endif // PANIC_H