This commit is contained in:
Ciro Santilli
2017-06-21 11:32:12 +01:00
parent f5130eeb5f
commit cdd0535227
3 changed files with 31 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Linux Kernel Module Cheat
Run one command, get into QEMU Buildroot BusyBox virtual machine with several minimal Linux kernel 4.9 module example tutorials with GDB and KGDB debug. Tested in x86 and ARM guests, Ubuntu 14.04 - 16.10 hosts.
Run one command, get into QEMU Buildroot BusyBox virtual machine with several minimal Linux kernel 4.9 module development example tutorials with GDB and KGDB debug. Tested in x86 and ARM guests, Ubuntu 14.04 - 16.10 hosts.
![](screenshot.png)
@@ -345,6 +345,7 @@ You can still send key presses to QEMU however even without the mouse capture, j
1. [Introduction](introduction.md)
1. [Build](build.md)
1. [kmod](kmod.md)
1. [vermagic](vermagic.md)
1. [Bibliography](bibliography.md)
1. Examples
1. [Host](host/)