mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-28 06:53:26 +00:00
removed inefficency in vga write handling
This commit is contained in:
parent
4a736e3dc6
commit
16103b0011
2 changed files with 2 additions and 9 deletions
|
|
@ -45,7 +45,6 @@ void term init(void);
|
|||
void term_setcolor(uint8_t color);
|
||||
void term_putentryat(char c, uint8_t color, size_t x, size_t y);
|
||||
void term_putchar(char c);
|
||||
void term_write(const char* data, size_t size);
|
||||
void term_writestr(const char* data);
|
||||
|
||||
#endif #VGA_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue