Tweak messaging

This commit is contained in:
Liam Kerr 2026-02-09 21:14:13 +00:00
parent 3ac35acfca
commit 3f0105e37e
2 changed files with 4 additions and 2 deletions

View file

@ -7,8 +7,9 @@
void kmain()
{
kputs("----------------------");
kprintf("Hello, from %s!", "SquidgeOS");
kputs("-------------------");
kputs("----------------------");
knewline();
page_init();
test_memory_integrity();