]> git.corax.cc Git - corax/commit
kernel: Add execeve syscall for execution of ELF files
authorMatthias Kruk <m@m10k.eu>
Sun, 3 May 2020 17:22:24 +0000 (02:22 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 3 May 2020 17:22:24 +0000 (02:22 +0900)
commit61c710c4734a4237b15b9abea3b2bc130c6f76f2
tree5fc9d99d4a99c5f7c4234cad28437716599f6618
parent59a3c42d20fe432704de83d57b6012984e7be88b
kernel: Add execeve syscall for execution of ELF files
include/corax/syscall.h
kernel/core/posixcall.c
kernel/klibc/posixcall.S
libc/posixcall.S