This commit is contained in:
Carlos Gutierrez
2025-10-05 00:34:06 -04:00
parent 63120dccbe
commit 61045f67a5

View File

@@ -49,9 +49,10 @@ process = Process()
process.executable = args.cmd
process.cmd = [args.cmd]
# Create Linux workload
# Create Linux workload and set the executable
system.cpu.workload = SEWorkload.init_compatible("hello")
system.cpu.workload.executable = args.cmd
system.cpu.workload.cmd = [args.cmd]
system.cpu.createThreads()
# Create root and run simulation