1
0
forked from Rativel/BurritOS

Started to implement syscall.rs

This commit is contained in:
Rémi Rativel
2023-03-29 17:16:08 +02:00
parent e117ec2132
commit 8e81358e51
5 changed files with 38 additions and 2 deletions

View File

@@ -7,4 +7,7 @@ edition = "2021"
libc = { version = "0.2.139", features = ["extra_traits"] }
[registries.crates-io]
protocol = "sparse"
protocol = "sparse"
[build-dependencies]
cc = "1.0"