/c-syscalls

Using inline-assembly on C will implement various syscalls from 32 bit x86 systems as C functions

Primary LanguageC

#How to Compile

Since these syscalls are being implemented using x86_32 the source code must be compiled as 32-bit i386 executables: gcc -m32 <SOURCE_CODE>