Create repository
This commit is contained in:
commit
2a99c6259d
11 changed files with 191 additions and 0 deletions
7
src/utils/print.c
Normal file
7
src/utils/print.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "print.h"
|
||||
|
||||
|
||||
void putchar(char c){
|
||||
char *video=(char *)0xB8000;
|
||||
video[0]=c;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue