kprintf and kprint_float

This commit is contained in:
Liam Kerr 2026-02-09 02:55:15 +00:00
parent 6208ae369d
commit 2564aa6aba
4 changed files with 28 additions and 2 deletions

View file

@ -6,7 +6,7 @@
#include <kernel/memory.h>
void kmain() {
kputs("Hello, OS World!");
kprintf("Hello, from %s v%f!" , "SquidgeOS", 0.5);
kputs("-------------------");
knewline();
page_init();