aboutsummaryrefslogtreecommitdiffstats
path: root/.bochsrc
diff options
context:
space:
mode:
authorEmu <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-31 23:38:46 -0400
committerGitHub <noreply@github.com>2024-05-31 23:38:46 -0400
commit27a44e0d79d1c6e01cd832feb8ad958d5999b5e3 (patch)
tree3759eb02fcad7a609a064080d81b7c6f9dbec4c8 /.bochsrc
parent639240bbf498195912d8ceb6cb396b89391a5b1b (diff)
parentfd5a1699592ce0afafc42ebf22401596abcdfc28 (diff)
Merge pull request #1 from EmulatedSeasons/limineswitch
Limineswitch
Diffstat (limited to '.bochsrc')
-rw-r--r--.bochsrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/.bochsrc b/.bochsrc
index 8cd280b..924ea32 100644
--- a/.bochsrc
+++ b/.bochsrc
@@ -3,13 +3,15 @@ boot: cdrom
megs: 256
-display_library: sdl2
-#display_library: sdl2, options="gui_debug"
+#display_library: sdl2
+display_library: sdl2, options="gui_debug"
vga: extension=vbe
magic_break: enabled=1
-clock: sync=none, time0=local
+clock: sync=realtime, time0=local
cpu: reset_on_triple_fault=0
+
+com1: enabled=1, mode=file, dev=misc/bochs.txt \ No newline at end of file