Rewrote x86 initialize program in C
This commit is contained in:
9
include/tty.h
Normal file
9
include/tty.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int putchar(int c);
|
||||
|
||||
int printf(const char *format, ...);
|
||||
|
||||
int sprintf(char *str, const char *format, ...);
|
||||
Reference in New Issue
Block a user