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
1 changed files with 1 additions and 1 deletions

View File

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