mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +00:00
feat: UART terminal (#7)
* feat: basic terminal * feat: execute application via terminal
This commit is contained in:
committed by
GitHub
parent
34a66ff87a
commit
f33100d36b
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -40,12 +40,19 @@ version = "0.2.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||||
|
||||
[[package]]
|
||||
name = "nova"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"heap",
|
||||
"libm",
|
||||
"log",
|
||||
"nova_error",
|
||||
"paste",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user