GUI for bochs debugger
Re: GUI for bochs debugger
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
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
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
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
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
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
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
If you couldn't stand up me, I wil leave your discuss forum.
Regards,
HY
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: GUI for bochs debugger
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.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: GUI for bochs debugger
How many people tested it ?Love4Boobies wrote:Stanislav, when can we expect the release?
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
Ok, thanks.
I am willing to do it, if got result I will report to you ASAP.
Regards,
HY
I am willing to do it, if got result I will report to you ASAP.
Regards,
HY
Re: GUI for bochs debugger
[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]
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]
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: GUI for bochs debugger
Not your e-mail again... Really, what's wrong with you?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: GUI for bochs debugger
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
So, please feel free use MSN to contact with me, thank you.
Regards,
HY
Re: GUI for bochs debugger
If I told you my MSN is on the fire, please tell me for detail why, thank you.
Regards,
HY
Regards,
HY
Re: GUI for bochs debugger
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
>>>
# 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
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: GUI for bochs debugger
cotton509? nah, can't be...
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: GUI for bochs debugger
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
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
2. If I want to help with Bochs develop how do I should do for beginning to support to this project?
Regards,
HY