An open API service indexing awesome lists of open source software.

https://github.com/oditynet/syscall

Test Syscall Linux kernel
https://github.com/oditynet/syscall

Last synced: 12 months ago
JSON representation

Test Syscall Linux kernel

Awesome Lists containing this project

README

          

Builds:

```sh
gcc syscall.c -static -nostdlib -fno-stack-protector -o syscall
```

My version API of linux kernel have functions:

* `create clone`
* `create clone3`
* `print string`
* `print numbers`
* `sleep`
* `exit`

About sys call you can read on https://www.chromium.org/chromium-os/developer-library/reference/linux-constants/syscalls/