summaryrefslogtreecommitdiff
path: root/src/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel.c b/src/kernel.c
index a18e2d2..0f09819 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -30,6 +30,8 @@ void entry( void )
}
vga_put_char_at( &vga, x_pos, y_pos, '.' );
vga_put_newline( &vga );
+
+ vga_put_hex( &vga, 4711 );
//~ vga_set_color( &vga, VGA_COLOR_WHITE );
//~ vga_set_background_color( &vga, VGA_COLOR_RED );