stivale2: Fix bug where when requesting higher half pointers the stivale2 struct pointer was still passed in the lower half
This commit is contained in:
parent
dc3b45a9a9
commit
977b00f0b3
|
@ -519,5 +519,6 @@ skip_modeset:;
|
|||
term_write("\e[2J\e[H", 7);
|
||||
|
||||
stivale_spinup(bits, want_5lv, &pagemap, entry_point,
|
||||
(uint64_t)(uintptr_t)&stivale2_struct, stivale2_hdr.stack);
|
||||
REPORTED_ADDR((uint64_t)(uintptr_t)&stivale2_struct),
|
||||
stivale2_hdr.stack);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue