mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-28 15:03:27 +00:00
Improved (more like fixed) a couple things
This commit is contained in:
parent
16103b0011
commit
4a6c2e2656
2 changed files with 4 additions and 4 deletions
|
|
@ -41,10 +41,10 @@ vga_entry(unsigned char uc, uint8_t color)
|
|||
#define VGA_HEIGHT 25
|
||||
#define VGA_MEMORY 0xB8000 /* VGA memory location */
|
||||
|
||||
void term init(void);
|
||||
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_writestr(const char* data);
|
||||
|
||||
#endif #VGA_H
|
||||
#endif // VGA_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue