Fixed all previous bugs...however strange things happens when OS runs
This commit is contained in:
@@ -45,7 +45,7 @@ enum TTY_COLORS {
|
||||
#define VGA_LOW_BYTE 15
|
||||
|
||||
/* Kernel's VGA API */
|
||||
void write_cell(int16_t i, int8_t c, uint8_t fg, uint8_t bg);
|
||||
void write_cell(int16_t i, uint8_t c, uint8_t fg, uint8_t bg);
|
||||
void move_cursor(uint16_t pos);
|
||||
void cursor_adv();
|
||||
void backspace();
|
||||
|
||||
Reference in New Issue
Block a user