mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
Split QEMU run, automate GDB debugging
This commit is contained in:
8
rootfs_overlay/count.sh
Executable file
8
rootfs_overlay/count.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# Generate infinitely many system calls :-)
|
||||
i=0
|
||||
while true; do
|
||||
echo "$i"
|
||||
i=$(($i+1))
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user