org
This commit is contained in:
parent
ce2b373313
commit
9114529153
46 changed files with 126016 additions and 125522 deletions
|
@ -1,8 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#define INVOKE_SYSCALL(syscall_num) \
|
||||
__asm__ volatile("movl %0, %%eax;" \
|
||||
"int $0x80;" \
|
||||
: \
|
||||
: "r"(syscall_num) \
|
||||
: "%eax")
|
Loading…
Add table
Add a link
Reference in a new issue