added readme

This commit is contained in:
2026-06-04 04:20:07 -04:00
commit 1217b4beaa
14 changed files with 1330 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-none"
[target.x86_64-unknown-none]
rustflags = ["-Clink-arg=-Tsrc/linker.ld", "-Crelocation-model=static"]