Feat: Kernel up and running.

This commit is contained in:
AfonsoCMSousa
2025-11-19 20:11:50 +00:00
parent 9e4224793b
commit 3bd026ca7a
3 changed files with 189 additions and 25 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void kmain(void) {
// Write messages
write_string(10, 30, "SORA OS KERNEL", 0x0A); // Green
write_string(12, 25, "64-bit kernel running!", 0x0F); // White
write_string(14, 28, "System Initialized", 0x0E); // Yellow
write_string(14, 28, "System Initialized", 0x0E); // Yellow
// Infinite loop
while (1) {