fix bochs config file
This commit is contained in:
parent
de9684a1d8
commit
aae608fa52
2 changed files with 8 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
ASM=nasm
|
ASM=nasm
|
||||||
CC=$(HOME)/opt/cross/bin/i686-elf-gcc
|
CC=/bin/i686-elf-gcc
|
||||||
|
|
||||||
SRC_DIR=src
|
SRC_DIR=src
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
11
bochs_config
11
bochs_config
|
@ -1,8 +1,11 @@
|
||||||
megs: 128
|
megs: 128
|
||||||
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xfffe0000
|
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xfffe0000
|
||||||
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
|
vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
|
||||||
floppya: 1_44=build/clipper.img, status=inserted
|
#floppya: 1_44=build/clipper.iso, status=inserted
|
||||||
boot: floppy
|
|
||||||
mouse: enabled=0
|
ata0-slave: type=cdrom, path=build/clipper.iso, status=inserted
|
||||||
display_library: sdl, options="gui_debug"
|
boot: cdrom
|
||||||
|
|
||||||
|
mouse: enabled=0
|
||||||
|
display_library: sdl2, options="gui_debug"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue