mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Implement OSDK functionalities and opt-in OSDK for asterinas
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
bc9bce9dea
commit
f97d0f1260
2
framework/libs/linux-bzimage/setup/.gitignore
vendored
Normal file
2
framework/libs/linux-bzimage/setup/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# The Rust build cache for the setup crate is placed here.
|
||||
target/
|
@ -3,6 +3,10 @@ name = "linux-bzimage-setup"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "linux-bzimage-setup"
|
||||
path = "src/main.rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user