mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
link to qemu source
This commit is contained in:
@@ -8,6 +8,9 @@ implements beautifully for us, so let's use the kernel API.
|
|||||||
This example relies on the QEMU "edu" educational device.
|
This example relies on the QEMU "edu" educational device.
|
||||||
Grep QEMU source for the device description, and keep it open at all times!
|
Grep QEMU source for the device description, and keep it open at all times!
|
||||||
|
|
||||||
|
- edu device source and spec in QEMU tree:
|
||||||
|
- https://github.com/qemu/qemu/blob/v2.7.0/hw/misc/edu.c
|
||||||
|
- https://github.com/qemu/qemu/blob/v2.7.0/docs/specs/edu.txt
|
||||||
- http://www.zarb.org/~trem/kernel/pci/pci-driver.c inb outb runnable example (no device)
|
- http://www.zarb.org/~trem/kernel/pci/pci-driver.c inb outb runnable example (no device)
|
||||||
- LDD3 PCI chapter
|
- LDD3 PCI chapter
|
||||||
- another QEMU device + module, but using a custom QEMU device:
|
- another QEMU device + module, but using a custom QEMU device:
|
||||||
|
|||||||
Reference in New Issue
Block a user