mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
addind more important kernel files and also fixing bugs
This commit is contained in:
6
kernel/print.c
Normal file
6
kernel/print.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void print_string(const char *str)
|
||||
{
|
||||
printf("%s", str);
|
||||
}
|
Reference in New Issue
Block a user