mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
muen: adapt initial IP of genode subject
The entry point changed in "hw: add UEFI boot support" due to the additional Multiboot2 header. Issue #2242
This commit is contained in:
parent
2e62d2d4be
commit
7f2087e105
@ -1 +1 @@
|
||||
fc3e49f0c47e850625e09a021f31291b845a6728
|
||||
ed4aaf70cae8251180a99f2f0dd56322aa73b2a6
|
||||
|
10
repos/base-hw/ports/muen.patch
Normal file
10
repos/base-hw/ports/muen.patch
Normal file
@ -0,0 +1,10 @@
|
||||
+++ 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>
|
@ -6,6 +6,8 @@ URL(muen) := https://git.codelabs.ch/git/muen.git
|
||||
REV(muen) := 4ffd2c94b1b7de268c0a428855be2e7e8b8f288e
|
||||
DIR(muen) := src/kernel/muen
|
||||
|
||||
PATCHES := ports/muen.patch
|
||||
|
||||
$(call check_tool,git)
|
||||
$(call check_tool,iasl)
|
||||
$(call check_tool,tidy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user