WIP(ptrace): Test floating point registers
... | ... | @@ -2,8 +2,11 @@ |
name = "acid" | ||
version = "0.1.0" | ||
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
edition = "2018" | ||
[dependencies] | ||
x86 = "0.7" | ||
# redox_syscall = { git = "https://gitlab.redox-os.org/jD91mZM2/syscall.git", branch = "ptrace" } | ||
redox_syscall = { path = "/home/user/redox-nix/redox/kernel/syscall" } | ||
redox_syscall = { git = "https://gitlab.redox-os.org/jD91mZM2/syscall.git", branch = "ptrace" } | ||
# redox_syscall = { path = "/home/user/redox-nix/redox/kernel/syscall" } | ||
strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox" } | ||
# strace = { path = "/home/user/Coding/Rust/strace-redox" } |
Please register or sign in to comment