Skip to content
Snippets Groups Projects
Commit beb48419 authored by y2-shaffan's avatar y2-shaffan
Browse files

kernel.cmodified to implement newline

parent 543e71e3
No related branches found
No related tags found
No related merge requests found
......@@ -118,5 +118,7 @@ void kernel_main() {
* yet, '\n' will produce some VGA specific character instead.
* This is normal.
*/
terminal_writestring("Hello, kernel World!\n");
for (int i = 0; i < 25; i++) {
terminal_writestring("Hello World!\nHello World!\n");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment