1 Star 0 Fork 0

xwq/rust-os

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "os"
version = "0.1.0"
edition = "2018"
authors = ["xwq <[email protected]>"]
[dependencies]
bootloader = "0.9"
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.2"
uart_16550 = "0.2.0"
pic8259 = "0.10.1"
pc-keyboard = "0.7.0"
[profile.dev]
#panic = "abort"
[profile.release]
panic = "abort"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
[package.metadata.bootimage]
test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio",
"-display", "none"]
test-success-exit-code = 33 # (0x10 << 1) | 1
test-timeout = 300 # (in seconds)
[[test]]
name = "should_panic"
harness = false
[[test]]
name = "stack_overflow"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/x_wq3337/rust-os.git
[email protected]:x_wq3337/rust-os.git
x_wq3337
rust-os
rust-os
master

搜索帮助