Skip to content

Files

12 lines (12 loc) · 601 Bytes

TODO.md

File metadata and controls

12 lines (12 loc) · 601 Bytes
  • Add better testing for each syscall4/5/6
  • Implement 64-bit returning syscalls
  • Implement 64-bit argument syscalls
  • Consider implementing an rt0-cc driver script
  • Add clibs support
  • Consider implementing some subset of the Newlib porting functions
  • Consider implementing some subset of stdlib.h
  • Consider implementing some subset of unistd.h
  • Consider implementing Thread Local Storage POSIX interfaces
  • Consider implementing C++ constructor/destructor setups
  • Consider implementing more featureful/accurate FreeBSD implementation
  • Work on making FreeBSD support more complete & work OOTB