Files
linux-kernel-module-cheat/README.md
2017-11-02 14:27:20 +00:00

28 lines
1.1 KiB
Markdown

# Linux Kernel Module Cheat
[![Build Status](https://travis-ci.org/cirosantilli/linux-kernel-module-cheat.svg?branch=master)](https://travis-ci.org/cirosantilli/linux-kernel-module-cheat)
Run one command, get a QEMU Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.9 module development example tutorials with GDB and KGDB debug and minimal QEMU educational models. Tested in x86, ARM and MIPS guests, Ubuntu 14.04 - 17.04 hosts.
![](screenshot.png)
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. [Record and replay](record-and-replay.md)
1. [Hello host](hello_host/)
1. Conversation
1. [Introduction](introduction.md)
1. [Build](build.md)
1. [kmod](kmod.md)
1. [vermagic](vermagic.md)
1. [ftrace](ftrace.md)
1. [Device tree](device-tree.md)
1. [GEM5](gem5.md)
1. [Bibliography](bibliography.md)