mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
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.
26 lines
964 B
Markdown
26 lines
964 B
Markdown
# 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**](getting-started.md)
|
|
1. Action
|
|
1. [Debugging](debugging.md)
|
|
1. [KGDB](kgdb.md)
|
|
1. [Other architectures](other-architectures.md)
|
|
1. [X11](x11.md)
|
|
1. [gdbserver](gdbserver.md)
|
|
1. [Count boot instructions](count-boot-instructions.md)
|
|
1. [Hello host](hello_host/)
|
|
1. [ftrace](ftrace.md)
|
|
1. [Device tree](device-tree.md)
|
|
1. [modprobe](modprobe.md)
|
|
1. Failed action
|
|
1. [Record and replay](record-and-replay.md)
|
|
1. [GEM5](gem5.md)
|
|
1. Conversation
|
|
1. [kmod](kmod.md)
|
|
1. [Maintainers](maintainers.md)
|
|
1. [Bibliography](bibliography.md)
|