Re: 16bit code generation

2009-03-21 Thread Austin English
On Sat, Mar 21, 2009 at 8:28 PM, James McKenzie wrote: > Ben Klein wrote: >> Oops, missed reply-to-all. >> >> 2009/3/22 Tijl Coosemans : >> >>> I was reading through binutils documentation and came across this. >>> Maybe it can be used to compile 16 bit tests. >>> >>> 3.2.4. 16-bit mode >>> Binuti

Re: [scons-dev] SOC Project Idea: Winelib-aware scons

2009-03-21 Thread Greg Noel
On Mar 20, 2009, at 4:50 PM, Scott Ritchie wrote: ... I want a magic script that can convert a visual studio project file into a winelib-aware, scons-powered, linux-compatible build system. ... I'm not sure whether this will function better as an scons summer of code project or a Wine one

Re: 16bit code generation

2009-03-21 Thread Ben Klein
2009/3/22 James McKenzie : > Ben Klein wrote: >> Oops, missed reply-to-all. >> >> 2009/3/22 Tijl Coosemans : >> >>> I was reading through binutils documentation and came across this. >>> Maybe it can be used to compile 16 bit tests. >>> >>> 3.2.4. 16-bit mode >>> Binutils (2.9.1.0.25+) now fully su

Re: 16bit code generation

2009-03-21 Thread James McKenzie
Ben Klein wrote: > Oops, missed reply-to-all. > > 2009/3/22 Tijl Coosemans : > >> I was reading through binutils documentation and came across this. >> Maybe it can be used to compile 16 bit tests. >> >> 3.2.4. 16-bit mode >> Binutils (2.9.1.0.25+) now fully support 16-bit mode (registers and >>

Re: GSoC 2009 Proposal - AppDB Assistant

2009-03-21 Thread Ben Klein
2009/3/22 Illya Klymov : > So, let's imagine we have a software which I call "AppDB Assistant" with > following functionality: There has been quite some activity on wine-devel recently regarding the AppDB, including a few ideas on how to automate uploading information or configuring Wine based on

Re: 16bit code generation

2009-03-21 Thread Ben Klein
Oops, missed reply-to-all. 2009/3/22 Tijl Coosemans : > I was reading through binutils documentation and came across this. > Maybe it can be used to compile 16 bit tests. > > 3.2.4. 16-bit mode > Binutils (2.9.1.0.25+) now fully support 16-bit mode (registers and > addressing) on i386 PCs. Use .co

Re: wine web pages update

2009-03-21 Thread Austin English
On Sun, Mar 15, 2009 at 7:04 PM, David Gerard wrote: > I understand the actively supported platforms where stuff can be > expected mostly to work (Linux, Mac OS X, FreeBSD, Solaris) are > already listed. AIUI, Wine isn't actually working properly at present > on OpenBSD and NetBSD. That's correct

GSoC 2009 Proposal - AppDB Assistant

2009-03-21 Thread Illya Klymov
Hi all! A new GSoC is coming, and i have an idea which can may (or may not) serve as a proposal for a Wine project. Let's speak about it not as an application (so I wouldn't tell a lot about myself) but as an idea for application. AppDB is an excellent service for helping users dealing with one

Re: libwine: Only partially reserve memory beyond 0x80000000 on FreeBSD.

2009-03-21 Thread Tijl Coosemans
On Saturday 21 March 2009 11:48:34 Francois Gouget wrote: > Tijl Coosemans a écrit : >> I attached a typical layout. > > How did you get your memory layout? Did you use /proc? On my FreeBSD > 7.0 VM /proc often gives me an error when I try to get the memory > layout. It looks like it has to do wit

16bit code generation

2009-03-21 Thread Tijl Coosemans
I was reading through binutils documentation and came across this. Maybe it can be used to compile 16 bit tests. 3.2.4. 16-bit mode Binutils (2.9.1.0.25+) now fully support 16-bit mode (registers and addressing) on i386 PCs. Use .code16 and .code32 to switch between assembly modes. Also, a neat t

Call for mentors

2009-03-21 Thread Kai Blin
Hi folks, looking over the ideas list again, there are quite some projects that don't have a person willing to mentor yet, or list Dan Kegel, who's currently taking a break. If you feel like mentoring a student this summer, please pick one of these projects and put your name in the "Possible me

Re: SOC Project Idea: Winelib-aware scons

2009-03-21 Thread André Hentschel
King InuYasha schrieb: On Fri, Mar 20, 2009 at 11:42 PM, Chris Morgan > wrote: On Fri, Mar 20, 2009 at 10:21 PM, Ben Klein mailto:shackl...@gmail.com>> wrote: > 2009/3/21 Pau Garcia i Quiles mailto:pgqui...@elpauer.org>>: >> Hello, >> >> If you don'

Re: SOC Project Idea: Winelib-aware scons

2009-03-21 Thread King InuYasha
On Fri, Mar 20, 2009 at 11:42 PM, Chris Morgan wrote: > On Fri, Mar 20, 2009 at 10:21 PM, Ben Klein wrote: > > 2009/3/21 Pau Garcia i Quiles : > >> Hello, > >> > >> If you don't mind using CMake ( http://cmake.org ) instead of Scons, > >> here is a starting point: > >> > >> http://dgwarp.hd.free

Re: libwine: Only partially reserve memory beyond 0x80000000 on FreeBSD.

2009-03-21 Thread Francois Gouget
Tijl Coosemans a écrit : [...] Puzzle Quest is a game that starts up slowly and locks up before getting to the game menu. http://www.infinite-interactive.com/puzzlequest.php?page=demo Unfortunately I couldn't reproduce this problem as I only have a FreeBSD virtual machine. Puzzle Quest just s

Re: libwine: Only partially reserve memory beyond 0x80000000 on FreeBSD.

2009-03-21 Thread Francois Gouget
Tijl Coosemans a écrit : [...] I still would like to see this patch committed though, to fix bug 17718, but generally because the memory reservation doesn't fix anything and only causes problems. That's wrong. Memory reservation fixes bug 16023. Without it most applications fail to even start