Page 11 of 12
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 2:51 am
by AJ
Please learn to use quote buttons / tags. Also, each post automatically adds a datestamp, so you don't need to do that.
To answer your question (I think?), I've just been to the bochs homepage and the CVS link is extremely easy to find.
Cheers,
Adam
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 3:06 am
by chenhy
Sorry, parden me.
1. What is 'Please learn to use quote buttons / tags' means?
2. And am I use WinCVS to get the cvs source then it contain windows portion of configuration code?
Thank you.
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 3:15 am
by AJ
Hi,
1.
The Forum Rules (see point 3)
2. I don't know, I've always used the precompiled version of bochs, but you should know how to compile, many people do it every day and there is documentation available on the Bochs site.
Please do not continue and get this useful topic locked.
Cheers,
Adam
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 3:22 am
by chenhy
Sorry, I am just paologize to disturbing this forum, but I think I am able to build the code by my self and could give help to this project.
If you couldn't stand up me, I wil leave your discuss forum.
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:49 am
by Love4Boobies
I am not exactly sure what you mean by helping with the project. If you mean help Bochs development, I doubt it since you weren't even able to find its CVS repo. The official Bochs website can be found
here. You will find both the CVS repo there and information on how to get the source out of it and build it.
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 10:49 am
by stlw
Love4Boobies wrote:Stanislav, when can we expect the release?
How many people tested it ?
I don't see a feedbacks
Stanislav
P.S. Bochs CVS snapshot could be downloaded from
http://bochs.sourceforge.net/getcurrent.html page.
To compile it under MSVCPP you need to rename all .cc files to .cpp and update workspace files.
I don't have MSVCPP at my house so I hope somebody else will do it for us.
Or you could always use cygwin and build it locally "as-is".
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 6:19 pm
by chenhy
Ok, thanks.
I am willing to do it, if got result I will report to you ASAP.
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:21 pm
by chenhy
[Test result]
1. Download Bochs CVS sources and follow your hints to built it the result is successfully.
But need to to:
a. Rename .cc files to .cpp
b. Manual added MSVC .dsp & .dsw & added the newly added .cpp files that different from Bochs v2.3.7 source.
c. Add 'display_library: win32, options="gui_debug" but not "display_library: win32, options="windebug"
in you bochsrc file.
2. Got the screensnapshot for you to reference, thank you.
Regards,
HY
Sorry, I don't know why I can'y upload my file onto this forum?
So, anything need to know please feel free to email me to know.
My MSN is
[email protected]
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:23 pm
by Love4Boobies
Not your e-mail again...
Really, what's wrong with you?
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:28 pm
by chenhy
I don't know whay I can't upload file onto the forum?
So, please feel free use MSN to contact with me, thank you.
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:43 pm
by chenhy
If I told you my MSN is on the fire, please tell me for detail why, thank you.
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 9:46 pm
by chenhy
My bochsrc content is look like
>>>
# configuration file generated by Bochs
floppya: 1_44="hardcore\win98.img", status=inserted
# no floppyb
# no diskc
# no diskd
# no cdromd
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: file=VGABIOS-elpin-2.40
#vgaromimage: VGABIOS-cbothamy-0.2a
megs: 4
# no parport #1
# no sb16
boot: a
vga_update_interval: 300000
keyboard_serial_delay: 20000
#floppy_command_delay: 50000
#ips: 500000
mouse: enabled=0
private_colormap: enabled=1
i440fxsupport: enabled=1
#time0: 0
# no ne2k
#newharddrivesupport: enabled=0
# no loader
log: -
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
display_library: win32, options="gui_debug"
<<<
Regards,
HY
Re: GUI for bochs debugger
Posted: Tue Feb 10, 2009 10:07 pm
by Love4Boobies
cotton509?
nah, can't be...
Re: GUI for bochs debugger
Posted: Wed Feb 11, 2009 12:25 am
by stlw
chenhy wrote:My bochsrc content is look like
>>>
# configuration file generated by Bochs
floppya: 1_44="hardcore\win98.img", status=inserted
# no floppyb
# no diskc
# no diskd
# no cdromd
romimage: file=BIOS-bochs-latest, address=0xf0000
vgaromimage: file=VGABIOS-elpin-2.40
#vgaromimage: VGABIOS-cbothamy-0.2a
megs: 4
# no parport #1
# no sb16
boot: a
vga_update_interval: 300000
keyboard_serial_delay: 20000
#floppy_command_delay: 50000
#ips: 500000
mouse: enabled=0
private_colormap: enabled=1
i440fxsupport: enabled=1
#time0: 0
# no ne2k
#newharddrivesupport: enabled=0
# no loader
log: -
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
display_library: win32, options="gui_debug"
<<<
Win98 on 4M RAM ? I am not sure it worked ever
Was you able to start Bochs release without debugger ?
If you want to help you with Bochs - write to Bochs forums on sf.net website.
Stanislav
Re: GUI for bochs debugger
Posted: Wed Feb 11, 2009 12:47 am
by chenhy
1. Oh, my win98.img is only contain DOS in it and it can run no problem because I use it as debug only.
2. If I want to help with Bochs develop how do I should do for beginning to support to this project?
Regards,
HY