Page 1 of 1
Peter-bochs can run on windows
Posted: Thu Dec 03, 2009 3:22 am
by mcheung63
http://peter-bochs.googlecode.com can run on windows with bochs >= 2.4.2
thanks
Re: Peter-bochs can run on windows
Posted: Thu Dec 03, 2009 3:29 am
by AJ
Hi,
I must admit that when you first announced the project I was sceptical about how far it would get, but it looks like you've done some really good work with it. Congratulations!
Cheers,
Adam
Re: Peter-bochs can run on windows
Posted: Thu Dec 03, 2009 5:55 am
by leledumbo
This is very good to overcome console buffer limitation (esp. for page table). Thanks, I'll try it.
PS:
I hope it doesn't eat too much memory, one thing I hate the most from Java besides its slow execution speed.
Re: Peter-bochs can run on windows
Posted: Thu Dec 03, 2009 10:52 am
by mcheung63
thanks, just updated the feature list
http://code.google.com/p/peter-bochs/wiki/features
It will eat 50-70MB ram, in my P8300 cpu, it runs very smooth and response quick.
thanks for support
Re: Peter-bochs can run on windows
Posted: Fri Dec 04, 2009 11:46 am
by dosfan
This looks like a good supplement to Bochs.
I wish Bochs would provide binaries with SMP enabled as my Atom dev machine melts trying to compile anything more than "hello, world"
Re: Peter-bochs can run on windows
Posted: Fri Dec 04, 2009 2:17 pm
by stlw
dosfan wrote:
I wish Bochs would provide binaries with SMP enabled as my Atom dev machine melts trying to compile anything more than "hello, world"
And you expect it won't melt while trying to run Bochs with SMP emulation enabled ?
Re: Peter-bochs can run on windows
Posted: Fri Dec 04, 2009 2:19 pm
by stlw
mcheung63 wrote:http://peter-bochs.googlecode.com can run on windows with bochs >= 2.4.2
thanks
I wish x86-64 support would be avialable sometimes as well ...
Stanislav
Re: Peter-bochs can run on windows
Posted: Sat Dec 05, 2009 7:51 am
by mcheung63
Hi all, the gui debugger can work with 2.3.7 and 2.4.1 too now.
Hi stlw, i will work out the x86-64 version. I am working on the single-step-trace on c level, I hope I will finish it tomorrow.
thanks
from Peter
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 8:50 am
by quanganht
Does it work with Bochs 2.4.2 ? And will there be native version for Linux?
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 9:14 am
by mcheung63
Hi, yes, it work with 2.4.1, 2.4.2 and 2.3.x for sure. For older bochs, it *may* work, I didn't try it.
It is written in Java, you can run it in linux or windows. thanks
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 9:26 am
by quanganht
mcheung63 wrote:It is written in Java, you can run it in linux or windows. thanks
I meant an version specifically written for Linux, not Java one.
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 10:11 am
by mcheung63
sorry about that, I don't have a native linux one
What you are looking for?
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 6:07 pm
by quanganht
mcheung63 wrote:sorry about that, I don't have a native linux one
What you are looking for?
IDK. Java version made my comp lag like hell (I have 2G Ram &
[email protected])
Re: Peter-bochs can run on windows
Posted: Tue Dec 15, 2009 10:11 pm
by mcheung63
don't worry, it runs very smooth on my 1.8GHz duocore with 2GB ram notebook
Re: Peter-bochs can run on windows
Posted: Thu Dec 17, 2009 2:15 am
by leledumbo
don't worry, it runs very smooth on my 1.8GHz duocore with 2GB ram notebook
Surely you can't expect everyone to have computer with the same spec as yours. A native executable is preferred if possible, but if it messed up your mind, stay with Java. Anyway, since the program is not time intensive (but it's indeed memory eating), I don't really mind though it's written in Java.