first commit

This commit is contained in:
Elaina Claus
2023-03-14 09:41:14 -04:00
commit edf6174c4a
9 changed files with 433 additions and 0 deletions

6
.cargo/config.toml Executable file
View File

@@ -0,0 +1,6 @@
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-uefi"