update v2
This commit is contained in:
14
kernel/Cargo.toml
Normal file
14
kernel/Cargo.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "aios-kernel"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "aios-kernel"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
bootloader = "0.9.23"
|
||||
|
||||
[package.metadata.bootimage]
|
||||
test-args = ["-nographic"]
|
Reference in New Issue
Block a user