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

4 lines
141 B
Bash
Executable File

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