From aae608fa52fa21550ed8887a60bd18b28c6df803 Mon Sep 17 00:00:00 2001 From: lauchmelder Date: Thu, 29 May 2025 17:48:27 +0200 Subject: [PATCH] fix bochs config file --- Makefile | 2 +- bochs_config | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 508d1f4..14c2da8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ASM=nasm -CC=$(HOME)/opt/cross/bin/i686-elf-gcc +CC=/bin/i686-elf-gcc SRC_DIR=src BUILD_DIR=build diff --git a/bochs_config b/bochs_config index f7f10cd..1302e58 100644 --- a/bochs_config +++ b/bochs_config @@ -1,8 +1,11 @@ megs: 128 romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xfffe0000 vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest -floppya: 1_44=build/clipper.img, status=inserted -boot: floppy -mouse: enabled=0 -display_library: sdl, options="gui_debug" +#floppya: 1_44=build/clipper.iso, status=inserted + +ata0-slave: type=cdrom, path=build/clipper.iso, status=inserted +boot: cdrom + +mouse: enabled=0 +display_library: sdl2, options="gui_debug"