Make it rebuild only when something changes

This commit is contained in:
2026-08-25 20:10:52 +03:00
parent d8c5492e6c
commit cf9058e70a
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -101,5 +101,5 @@ void kernel_main(void) {
terminal_initialize();
/* Newline support is left as an exercise. */
terminal_writestring("Hello, kernel World!\n");
terminal_writestring("Hello world from kernel.\n");
}