Files
novaos/util/run-qemu.sh
Nathan Singer af92026a74 Okay wow i forgot to commit a bunch of stuff
I added some work on a keyboard driver here
also changed the emulation system, since bochs was giving me headaches when it came to keyboard input
added some todo stuff.. probably some cleanup, idk
2025-06-03 19:08:45 -04:00

4 lines
78 B
Bash
Executable File

#!/bin/sh
qemu-system-i386 -s -cdrom os.iso & gdb kernel.elf -x=util/gdbcmds