mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
rootfs_overlay: qemu_edu: fix kernel module name
This commit is contained in:
@@ -10,7 +10,7 @@ lspci -k
|
|||||||
cat /proc/interrupts
|
cat /proc/interrupts
|
||||||
|
|
||||||
# Setup.
|
# Setup.
|
||||||
insmod pci.ko
|
insmod qemu_edu.ko
|
||||||
/mknoddev.sh lkmc_pci
|
/mknoddev.sh lkmc_pci
|
||||||
|
|
||||||
# Shows that this module owns the PCI device.
|
# Shows that this module owns the PCI device.
|
||||||
@@ -49,7 +49,7 @@ sleep 1
|
|||||||
|
|
||||||
# Teardown.
|
# Teardown.
|
||||||
rm /dev/lkmc_pci
|
rm /dev/lkmc_pci
|
||||||
rmmod pci
|
rmmod qemu_edu
|
||||||
|
|
||||||
# Interrupt counts after we generate our interrupts.
|
# Interrupt counts after we generate our interrupts.
|
||||||
# Compare with before.
|
# Compare with before.
|
||||||
|
|||||||
Reference in New Issue
Block a user