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.h
Normal file
6
kernel/print.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
|
||||
void print_string(const char *str);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user