diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 11:19:41 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 11:19:41 +0200 |
| commit | 09f9c923cf43c73bbca2b3fa38c31cabcf49dbf3 (patch) | |
| tree | c65c1d53f0b5aeee74f7a172b0b53b90045e0a0b | |
| parent | 2f461e24d0f478405b24d2a08b1b1084ebacdff2 (diff) | |
fixed cargo.toml to have a proper physical-memory-offset and moved test-success-exit-code from incorect bootloader package config to bootimage package config
| -rw-r--r-- | StrixKernel/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StrixKernel/Cargo.toml b/StrixKernel/Cargo.toml index 13f6711..ecdd964 100644 --- a/StrixKernel/Cargo.toml +++ b/StrixKernel/Cargo.toml @@ -39,8 +39,8 @@ test-args = [ "-display", "none", ] +test-success-exit-code = 33 # (0x10 << 1) | 1 [package.metadata.bootloader] -physical-memory-offset = "0x0000_2560_0000_0000" +physical-memory-offset = "0x0000256000000000" -test-success-exit-code = 33 # (0x10 << 1) | 1 |
