6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
qemu-system-i386 -s -S -drive file=blankos.iso,format=raw &
|
|
sleep 1
|
|
gdb -x gdbinit
|