Files
my-kern/qemu-debug.sh
2021-01-28 22:59:39 +01:00

4 lines
116 B
Bash
Executable File

#!/bin/bash
nohup qemu-system-i386 -S -s -kernel cmake-build-debug/my-kernel.bin -d guest_errors,int -m 1G &
disown