Files
Greg Shuflin 95c8480aac basic x86_64 gamarjoba munde
Writes "Gamarjoba, munde!" to the VGA text buffer
2022-02-09 23:38:25 -08:00

17 lines
383 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bootloader"
version = "0.9.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62c8f6168cd106687ee36a2b71a46c4144d73399f72814104d33094b8092fd2"
[[package]]
name = "os-in-rust"
version = "0.1.0"
dependencies = [
"bootloader",
]