git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'interrupt-rework' into prog-loader
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
syscall.h
diff --git
a/lunaix-os/includes/lunaix/syscall.h
b/lunaix-os/includes/lunaix/syscall.h
index 6c4225202fde2cef1d171a573c013578699efbc8..a512bd7b8a48cb21aafd6bd3d48c59dbbca54534 100644
(file)
--- a/
lunaix-os/includes/lunaix/syscall.h
+++ b/
lunaix-os/includes/lunaix/syscall.h
@@
-63,6
+63,8
@@
#define __SYSCALL_sys_mmap 52
#define __SYSCALL_munmap 53
+#define __SYSCALL_execve 54
+
#define __SYSCALL_MAX 0x100
#ifndef __ASM__