aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 11:06:55 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 11:06:55 +0200
commit103d0ab704fe71c7c4c39a17a9e34efd85d24e5d (patch)
tree21d56393140965d4214010a496162477597a0288
parentaba2b198fa26c2114e15491cff45d039b6beea4f (diff)
Added a physical memory offset of ~90.6 TiB to cargo.toml
-rw-r--r--StrixKernel/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/StrixKernel/Cargo.toml b/StrixKernel/Cargo.toml
index 9377783..13f6711 100644
--- a/StrixKernel/Cargo.toml
+++ b/StrixKernel/Cargo.toml
@@ -39,4 +39,8 @@ test-args = [
"-display",
"none",
]
+
+[package.metadata.bootloader]
+physical-memory-offset = "0x0000_2560_0000_0000"
+
test-success-exit-code = 33 # (0x10 << 1) | 1