Skip to content

Commit

Permalink
Updated the bochsrc file with the new bochs config format
Browse files Browse the repository at this point in the history
  • Loading branch information
narke committed Jan 29, 2016
1 parent b8c2d79 commit 94aec43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,8 @@ Run on Bochs:

$ bochs -f bochs_colorforth

On Bochs prompt type 'c' to continue the execution.

Or run on Qemu:

$ qemu-system-i386 -boot a -fda cf2012.img
Expand Down
10 changes: 3 additions & 7 deletions bochs_colorforth
Expand Up @@ -8,18 +8,14 @@ megs: 32
boot: a

floppya: 1_44=cf2012.img, status=inserted
#floppya: 1_44=fd_aug.img, status=inserted

log: ./bochs.out
keyboard_serial_delay: 200
#floppy_command_delay: 500
keyboard: serial_delay=200
display_library: sdl
vga_update_interval: 300000
#ips: 1000000
vga: update_freq=10
mouse: enabled=0
private_colormap: enabled=0
i440fxsupport: enabled=0
#newharddrivesupport: enabled=1
pci: enabled=0

# Uncomment this to write all bochs debugging messages to
# bochs.out. This produces a lot of output, but can be very
Expand Down

0 comments on commit 94aec43

Please sign in to comment.