genode/tool/run/boot_dir
Adrian-Ken Rueegsegger 8c9b79fab0 hw: Use properly sized asm type in boot_modules.s
The boot modules assembled by the generated boot_modules.s file is
accessed from core using struct Bm_header. Unfortunately the assembler
.long directive is synonym to .int [1] and thus has the same size as the
C++ int type and *not* long. Use the matching assembly type .quad in
boot_modules.s when generating the file for 64-bit platforms such as
x86_64.

[1] - https://sourceware.org/binutils/docs/as/Long.html
2015-03-27 11:53:16 +01:00
..
codezero run: modularize run tool 2015-01-26 12:28:40 +01:00
fiasco run: capture kernel msg to detect boot errors 2015-02-16 14:01:45 +01:00
foc base-foc: Remove 'modaddr' from bootstrap 2015-02-27 11:48:05 +01:00
hw hw: Use properly sized asm type in boot_modules.s 2015-03-27 11:53:16 +01:00
linux run: modularize run tool 2015-01-26 12:28:40 +01:00
nova run: capture kernel msg to detect boot errors 2015-02-16 14:01:45 +01:00
okl4 run: capture kernel msg to detect boot errors 2015-02-16 14:01:45 +01:00
pistachio run: capture kernel msg to detect boot errors 2015-02-16 14:01:45 +01:00