📄️ Basic System Calls
To get a better grasp on how the software stack works, let's do a bottom-up approach:
📄️ System Call Wrapper
The support/syscall-wrapper/ folder stores the implementation of a simple program written in C (main.c) that calls the write() and exit() functions.
📄️ Libcall-Syscall
The standard C library has primarily two uses: