summaryrefslogtreecommitdiff
path: root/src/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/kernel.c b/src/kernel.c
index 91ed26b..d5db426 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -27,10 +27,7 @@ void entry( void )
}
vga_put_char_at( &vga, x_pos, y_pos, '.' );
vga_put_newline( &vga );
-
- vga_put_hex( &vga, 4711 );
- vga_put_newline( &vga );
-
+
//~ vga_set_color( &vga, VGA_COLOR_WHITE );
//~ vga_set_background_color( &vga, VGA_COLOR_RED );
//~ vga_clear_screen( &vga );