d9d2ec1992
- 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.
8 lines
123 B
TOML
8 lines
123 B
TOML
[package]
|
|
name = "platform"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
|
|
[dependencies]
|
|
sc = "0.2"
|