addind more important kernel files and also fixing bugs

This commit is contained in:
2025-05-15 02:37:06 -07:00
parent 512bd49ff7
commit a9f2826014
21 changed files with 489 additions and 17 deletions

6
kernel/print.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PRINT_H
#define PRINT_H
void print_string(const char *str);
#endif