Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
Source project has a limited visibility.
  • Dan Robertson's avatar
    d9d2ec19
    Start on support for aarch64 · d9d2ec19
    Dan Robertson authored and Dan Robertson's avatar Dan Robertson committed
     - Add aarch64 support
       - crt0 - add support to _start
       - platform - aarch64 does not have the open syscall. Instead most
         libc implementations use openat() with AT_FDCWD
     - Use sc instead of syscall. sc is the maintained fork of syscall.
    Verified
    d9d2ec19
    History
    Start on support for aarch64
    Dan Robertson authored and Dan Robertson's avatar Dan Robertson committed
     - Add aarch64 support
       - crt0 - add support to _start
       - platform - aarch64 does not have the open syscall. Instead most
         libc implementations use openat() with AT_FDCWD
     - Use sc instead of syscall. sc is the maintained fork of syscall.