Made input syscall not draw 100% CPU

This commit is contained in:
vanten-s 2024-08-10 01:17:14 +02:00
parent 645626551b
commit 864d607810
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -26,6 +26,7 @@ static void input(char* buffer)
return; return;
} }
} }
asm("hlt");
} }
} }