This commit is contained in:
2019-03-11 19:00:28 +01:00
parent af09b2566f
commit 12d5388c54
3 changed files with 6 additions and 12 deletions

View File

@@ -14,4 +14,6 @@ ld <object-files> -o <executable-name> # Default
gcc <object-files> -o <executable-name> # When using C library functions
```
Based upon the work of [Carmo M de F Barbosa](https://gitlab.com/mcmfb/intro_x86-64)
Based upon the work of [Carmo M de F Barbosa](https://gitlab.com/mcmfb/intro_x86-64)
The Linux system call table and useful links can be found [here](http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/).