From 975a9ec96e282e437ccc1bdf1e660dcbf4542791 Mon Sep 17 00:00:00 2001 From: EmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com> Date: Fri, 10 May 2024 01:44:59 -0400 Subject: Added GDT and basic IDT as well as a bitmap drawing function --- run-qemu.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-qemu.bat') diff --git a/run-qemu.bat b/run-qemu.bat index b9c277b..1586d8c 100644 --- a/run-qemu.bat +++ b/run-qemu.bat @@ -1,2 +1,2 @@ @echo off -qemu-system-x86_64 -m 128 -drive format=raw,media=cdrom,file=emuos.iso -serial stdio \ No newline at end of file +qemu-system-x86_64 -m 128 -drive format=raw,media=cdrom,file=emuos.iso -serial stdio -no-reboot -no-shutdown \ No newline at end of file -- cgit v1.2.3-70-g09d2