mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
7f2087e105
The entry point changed in "hw: add UEFI boot support" due to the additional Multiboot2 header. Issue #2242
11 lines
233 B
Diff
11 lines
233 B
Diff
+++ src/kernel/muen/policy/xml/genode-base_hw.xml
|
|
@@ -102,7 +102,7 @@
|
|
</vmx>
|
|
<registers>
|
|
<gpr>
|
|
- <rip>16#0020_000c#</rip>
|
|
+ <rip>16#0020_0028#</rip>
|
|
<rsp>16#0000#</rsp>
|
|
</gpr>
|
|
</registers>
|