use long mode, x86_64-unknown-none works now

This commit is contained in:
andromeda
2026-03-04 22:45:35 +01:00
parent 1b6f76488d
commit 094e8c288a
6 changed files with 211 additions and 133 deletions

View File

@@ -1,2 +1,5 @@
[build]
target = "x86_64-unknown-none"
rustflags = [
"-Crelocation-model=static"
]