vga now working with term and shell program
This commit is contained in:
@@ -16,7 +16,6 @@ static char* hex_chars = "0123456789abcdef";
|
||||
|
||||
static void kwrite(char c) {
|
||||
write_serial(c);
|
||||
console_putchar(c);
|
||||
}
|
||||
|
||||
static void kprint(const char *str) {
|
||||
|
||||
Reference in New Issue
Block a user