mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
2f9d430c00
This patch adds support for running Genode/Linux on the AARCH64 architecture. - The kernel-agnostic startup code (crt0) had to be extended to capture the initial stack pointer, which the Linux kernel uses to pass the process environment. This is in line with the existing startup code for x86_32 and x86_64. - The link order of the host libraries linked to lx_hybrid programs had to be adjusted such that libgcc appears at last because the other libraries depend on symbols provided by libgcc. - When using AARCH64 Linux as host, one can execute run scripts via 'make run/<script> KERNEL=linux BOARD=linux' now. Issue #4136
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
/seccomp_bpf_policy_arm_32.bin
|
|
/seccomp_bpf_policy_arm_64.bin
|
|
/seccomp_bpf_policy_x86_32.bin
|
|
/seccomp_bpf_policy_x86_64.bin
|