hello world

This commit is contained in:
starnakin 2024-09-07 01:46:21 +02:00
parent ce6d6ca969
commit dc47b02078

View File

@ -21,5 +21,5 @@ void kernel_main(void) {
terminal_initialize();
/* Newline support is left as an exercise. */
kprintf(0, "test%c", 'c');
kprintf(0, "Hello world!");
}