Implemented some basic libc functions and a text console
This commit is contained in:
7
arch/x86_64/include/socks/machine/console.h
Normal file
7
arch/x86_64/include/socks/machine/console.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SOCKS_X86_64_CONSOLE_H_
|
||||
#define SOCKS_X86_64_CONSOLE_H_
|
||||
|
||||
extern void ml_console_init(void);
|
||||
extern void ml_console_putchar(int c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user