Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mandycodez committed Feb 6, 2024
1 parent 54eb139 commit 8d15a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
void kernel_main(){
print_clear();
print_set_color(PRINT_COLOR_YELLOW, PRINT_COLOR_BLACK);
print_str("Hello, world!");
print_str("Very slow good for nothing");
panic();
}

0 comments on commit 8d15a70

Please sign in to comment.