printf spinlock + remove DEPRECATED stuff + begin separating x86 stuff
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#define TERM_H
|
||||
|
||||
void kputs(const char* str);
|
||||
void _putchar(char character);
|
||||
void term_init(void);
|
||||
int printf(const char* fmt, ...);
|
||||
void internal_putc(int c, void *_);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user