diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-08-28 19:01:50 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-08-28 19:01:50 +0100 |
| commit | 05295faee701148e2b4fcb6ebde09826d32bab05 (patch) | |
| tree | 0b9a3a4816539416d7d1fa8a25a934f2bd1206fe /kernel/io/vga/text_mode_diplay.h | |
| parent | 326526206eface026e6ec291d75cd037dbec6609 (diff) | |
| download | tinyOS-05295faee701148e2b4fcb6ebde09826d32bab05.tar.xz tinyOS-05295faee701148e2b4fcb6ebde09826d32bab05.zip | |
Demo colours
Diffstat (limited to 'kernel/io/vga/text_mode_diplay.h')
| -rw-r--r-- | kernel/io/vga/text_mode_diplay.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/io/vga/text_mode_diplay.h b/kernel/io/vga/text_mode_diplay.h index 269a6ce..9441925 100644 --- a/kernel/io/vga/text_mode_diplay.h +++ b/kernel/io/vga/text_mode_diplay.h @@ -1,4 +1,4 @@ -void clear_screen(); -void print(char *msg); -void print_ln(char *msg); -void set_text_colour(int foreground, int background);
\ No newline at end of file +void vga_clear_screen(); +void vga_print(char *msg); +void vga_print_ln(char *msg); +void vga_set_text_colour(int foreground, int background);
\ No newline at end of file |