1 Star 0 Fork 0

Eugene/build-an-os

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
egu0 提交于 2024-09-03 12:15 +08:00 . async/await - async keyboard input
[package]
name = "blog_os"
version = "0.1.0"
edition = "2021"
[dependencies]
bootloader = { version = "0.9", features = ["map_physical_memory"] }
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"
linked_list_allocator = "0.9.0"
crossbeam-queue = { version = "0.3.11", default-features = false, features = ["alloc"] }
conquer-once = { version = "0.2.0", default-features = false }
futures-util = { version = "0.3.4", default-features = false, features = ["alloc"] }
[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
test-timeout = 30 # (in seconds)
[[test]]
name = "should_panic"
harness = false
[[test]]
name = "stack_overflow"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/egu0/build-an-os.git
git@gitee.com:egu0/build-an-os.git
egu0
build-an-os
build-an-os
master

搜索帮助