mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
5 lines
173 B
Bash
Executable File
5 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
# To be able to do init=/gem5_exit.sh, since kernel CLI argument passing is too messy:
|
|
# https://cirosantilli.com/linux-kernel-module-cheat#init-arguments
|
|
m5 exit
|