Files
linux-kernel-module-cheat/README.md
Ciro Santilli 5ad68edd00 Linux 4.12, buildroot 2017.08, Ubuntu 17.10.
17.10 failed with a similar message to: http://patchwork.ozlabs.org/patch/772848/
but applying that patch did not solve it, apparently there were fixes already
on later versions of the tracked package.

Update .gitmodules to ignore patches we apply to Buildroot.
2017-11-16 20:53:06 +00:00

964 B

Linux Kernel Module Cheat

Run one command, get a QEMU Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.12 module development example tutorials with GDB and KGDB debug and minimal QEMU educational models. "Tested" in x86, ARM and MIPS guests, latest Ubuntu release host.

  1. Getting started
  2. Action
    1. Debugging
    2. KGDB
    3. Other architectures
    4. X11
    5. gdbserver
    6. Count boot instructions
    7. Hello host
    8. ftrace
    9. Device tree
    10. modprobe
  3. Failed action
    1. Record and replay
    2. GEM5
  4. Conversation
    1. kmod
    2. Maintainers
    3. Bibliography