initial commit

This commit is contained in:
Zoe
2023-06-25 17:09:32 -05:00
commit 3e19945c40
14 changed files with 422 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "operating-system"
version = "0.1.0"
edition = "2021"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"