transfer to local git!

This commit is contained in:
2025-12-30 18:49:57 +00:00
commit 2305de8699
302 changed files with 3100 additions and 0 deletions

20
Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "scarab"
version = "0.1.0"
authors = ["Alexander Michael Feetham <123alexfeetham@gmail.com>"]
edition = "2021"
# Building a static library
[lib]
crate-type = ["staticlib"]
# a basic libc implementation
[dependencies]
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "=0.14.11"
pic8259 = "0.10"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]