mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
run: add --userland-args to make userland arguments across QEMU and gem5
Get rid of --userland-before as a consequence.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* Print each command line argument received, one per line. */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
Reference in New Issue
Block a user