1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Syscall...

This commit is contained in:
Julian Barathieu 2021-03-09 13:43:55 +01:00
parent 6a3646bd28
commit eb075d6edf
No known key found for this signature in database
GPG Key ID: 2AA3A79C50CB07BD

View File

@ -26,6 +26,6 @@ global SysStartKernelShell
SysStartKernelShell:
mov eax, 4
int $0x80
int 0x80
ret