4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
nohup qemu-system-i386 -cpu max -S -s -kernel cmake-build-debug/my-kernel.bin -hda tmp.img -d guest_errors,int -m 1G > /dev/null &
|
|
disown
|