From be22bc70ea4e3ee9a2768009a28dbfca8fe26b7a Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 29 Aug 2014 11:19:59 +0200 Subject: updated image paths in bochsrc --- Makefile | 2 +- bochsrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 22c6805..a52fe12 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ dump: FoolOS.img # run in our local bochs run: FoolOS.img - ~/temp/bochs-2.6.6/bochs -q + ~/opt/bochs-2.6.6/bochs -q clean: -rm *.bin *.o *.img dump.elf dump.xxd bochs.log diff --git a/bochsrc b/bochsrc index 84e8e3d..0f8a75b 100644 --- a/bochsrc +++ b/bochsrc @@ -73,7 +73,7 @@ #romimage: file=/usr/share/bochs/BIOS-bochs-latest #romimage: file=bios/seabios-0.5.1.bin #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top -romimage: file=/home/miguel/temp/bochs-2.6.6/bios/BIOS-bochs-latest +romimage: file=/home/miguel/opt/bochs-2.6.6/bios/BIOS-bochs-latest #======================================================================= @@ -256,7 +256,7 @@ memory: guest=1024, host=1024 #vgaromimage: file=/usr/share/vgabios/vgabios.debug.bin #vgaromimage: file=/usr/share/vgabios/vgabios.cirrus.bin #vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest -vgaromimage: file=/home/miguel/temp/bochs-2.6.6/bios/VGABIOS-lgpl-latest-cirrus +vgaromimage: file=/home/miguel/opt/bochs-2.6.6/bios/VGABIOS-lgpl-latest-cirrus #======================================================================= # VGA: -- cgit v1.2.3