vi and busybox

This commit is contained in:
wcjbr
2026-07-29 10:56:30 +08:00
commit 86dbf7482f
47 changed files with 9647 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "ZeroOS"
version = "0.1.0"
edition = "2024"
[workspace]
members = ["boot"]
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"