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, 3 insertions, 3 deletions
diff --git a/src/kernel.c b/src/kernel.c
index c943087..72b1222 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -46,9 +46,9 @@ void entry( void )
vga_put_char_at( &vga, x_pos, y_pos, '.' );
x_pos++;
// serial_put_char( &serial, '.' );
-//~ int y = 0;
-//~ int x = 12 / y;
-//~ printf( "Hex number is 0x%X and string is '%s'\n", x, "abaos" );
+int y = 0;
+int x = 12 / y;
+printf( "Hex number is 0x%X and string is '%s'\n", x, "abaos" );
}
vga_put_char_at( &vga, x_pos, y_pos, bar[i%4] );