summaryrefslogtreecommitdiff
path: root/src/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/kernel.c b/src/kernel.c
index 91546a6..2cbe40a 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -38,8 +38,12 @@ void entry( void )
}
vga_put_char_at( &vga, x_pos, y_pos, '.' );
serial_put_char( &serial, '.' );
- console_put_newline( &console );
+ console_put_newline( &console );
+
+ console_put_string( &console, "Terminating" );
+ console_put_newline( &console );
+
//~ vga_set_color( &vga, VGA_COLOR_WHITE );
//~ vga_set_background_color( &vga, VGA_COLOR_RED );
//~ vga_clear_screen( &vga );