basic functionality

This commit is contained in:
2023-03-16 22:08:38 +01:00
commit fc3f5f27b4
12 changed files with 591 additions and 0 deletions

3
.cargo/config.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
target = "x86_64-unknown-uefi"
rustflags = ["-C", "link-args=-base:0x0"]