add basic stdio

This commit is contained in:
2025-03-14 20:18:26 +03:00
parent e37c8462a6
commit 294111bf41
5 changed files with 124 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void isr_install() {
void isr0()
{
terminal_writestring(exception_messages[0]);
asm("hlt");
asm("hlt");
}
void isr1()
{