2024-12-03 Stone Fox * Moved architecture-dependent include/bits/syscall.h to arch/. * Added _start function for i386. 2024-09-24 Stone Fox * Fixed libgcc not resolving raise() when linking. 2024-08-05 Stone Fox * Changed preproccessor guards in ioctl.h and added some to types.h so some more Linux header files can be used without conflict. 2024-07-29 Stone Fox * Added a change log * README: reformatted file to use a consistent style * arch_arm.s: broke up the syscall function into six functions, one for each possible number of arguments.