Discussion:
Error running bochs after patch
(too old to reply)
Nick
2005-04-16 16:13:34 UTC
Permalink
I am having a little
problem patching
project 5. The
patch works fine and
when i run gmake, it
compiles fine as
well. When i run
bochs i get this
error though:

Bochs is exiting
with the following
message:
[HD ] ata0-0:
could not open hard
drive image file
'diskc.img'

I don't know why I
am getting this
exactly. Any
suggestions or help
would be
appreciated. I am
using
project2-solution
and following the
same directions that
I've been using for
the past 2 projects.
Iulian Neamtiu
2005-04-16 16:44:11 UTC
Permalink
For some reason diskc.img (which will be mounted as '/c') can't be found.
- Make sure there's a diskc.img in the build directory: ls -l diskc.img
- Copy over the .bochsrc from the P5 distro. If you use P2's
.bochsrc that's not gonna work beacuase it doesn't have the diskd.img
config line


Iulian
Post by Nick
I am having a little
problem patching
project 5. The
patch works fine and
when i run gmake, it
compiles fine as
well. When i run
bochs i get this
Bochs is exiting
with the following
could not open hard
drive image file
'diskc.img'
I don't know why I
am getting this
exactly. Any
suggestions or help
would be
appreciated. I am
using
project2-solution
and following the
same directions that
I've been using for
the past 2 projects.
Loading...