Woops I accidentaly called switch_task instead of syscall

This commit is contained in:
vanten-s 2025-06-30 05:56:03 +02:00
parent 9f501f0291
commit b0bcc697ce
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -50,7 +50,7 @@ void kernel_main(void)
while (true) {
i += 1;
if (i == 1 << 16) {
asm("int $0x20");
asm("int $0x80");
i = 0;
}
}