Files
linux-kernel-module-cheat/other-architectures.md
Ciro Santilli f6a2dcffb5 readme split
2017-11-01 14:09:22 +00:00

853 B

Other architectures

The portability of the kernel and toolchains is amazing: change an option and most things magically work on completely different hardware.

arm

First build:

./run -a arm

Run without build:

./runqemu -a arm

Debug:

./runqemu -a arm -d
# On another terminal.
./rungdb -a arm

TODOs:

aarch64

./run -a aarch64

TODOs:

  • GDB gives a ton of messages:

    no module object found for ''
    

    when you connect. Ctrl + C then c works though.

  • How to add devices to -M virt as we did for -M versatilepb

mips64

./run -a mips64