Re: ntoskrnl status

2006-06-20 Thread Jaap Stolk
On 6/20/06, Jaap Stolk <[EMAIL PROTECTED]> wrote: I noticed that the typical "make install" is missing. I ran ./wine-git/programs/winecfg/winecfg and it seems to work ok. Found some more info about this in an old Wine newsletter: http://www.winehq.com/?issue=269#Speeding%20Up%20Builds And a scr

Re: ntoskrnl status

2006-06-20 Thread Jaap Stolk
Thanks for the "tutorial" Saulius. (I'm new to git) It's all compiled now. Just to summarize: (with your enhancements) # (after completing: http://wiki.winehq.org/GitWine ) # rename/extract patch: $ cd wine-git $ mv origin_sd1.diff-0001.obj origin_sd1.diff.bz2 $ bunzip2 --keep origin_sd1.diff.bz

Re: ntoskrnl status

2006-06-20 Thread Saulius Krasuckas
* On Tue, 20 Jun 2006, Mike McCormack wrote: > * Saulius Krasuckas wrote: > > > > > http://wiki.winehq.org/GitWine seems to be more oriented at making > > > patches, not importing a patch made by someone else. > > > $ cat origin_sd1.diff | patch -p1 > > $ tools/make_requests > > $ git commit -a -

Re: ntoskrnl status

2006-06-19 Thread Mike McCormack
Saulius Krasuckas wrote: http://wiki.winehq.org/GitWine seems to be more oriented at making patches, not importing a patch made by someone else. $ cat origin_sd1.diff | patch -p1 $ tools/make_requests $ git commit -a -m "ntoskrnl: Experimental implementation." If the patch is created with

Re: ntoskrnl status

2006-06-19 Thread Saulius Krasuckas
* On Tue, 20 Jun 2006, Jaap Stolk wrote: > I uninstalled and deleted my cvs wine, updated python and installed > git, and completed "Cloning the Wine GIT repository". I had a little > peek at the patch by renaming it to .bz2, but how do I add this patch > to to my local wine copy, using git ? I'd

Re: ntoskrnl status

2006-06-19 Thread Jaap Stolk
I also would like to try the ntoskrnl.exe patch. I uninstalled and deleted my cvs wine, updated python and installed git, and completed "Cloning the Wine GIT repository". I had a little peek at the patch by renaming it to .bz2, but how do I add this patch to to my local wine copy, using git ? http

Re: ntoskrnl status

2006-06-16 Thread Jonathan Ernst
Le vendredi 16 juin 2006 à 11:37 +0200, Mario Demontis a écrit : > In http://www.winehq.com/pipermail/wine-devel/2006-June/048583.html > I read that the patch is Diffed against > 1d40bf0141b7f67b1188555962698f5dab631bc3 > What does it mean? How can I get my cvs directory to that state? > > Thanks

Re: ntoskrnl status

2006-06-16 Thread Mike McCormack
Mario Demontis wrote: I read that the patch is Diffed against 1d40bf0141b7f67b1188555962698f5dab631bc3 What does it mean? How can I get my cvs directory to that state? http://wiki.winehq.org/GitWine Mike

Re: ntoskrnl status

2006-06-16 Thread Mario Demontis
In http://www.winehq.com/pipermail/wine-devel/2006-June/048583.html I read that the patch is Diffed against 1d40bf0141b7f67b1188555962698f5dab631bc3 What does it mean? How can I get my cvs directory to that state? Thanks Mario On gio, 2006-06-15 at 20:48 -0600, Vitaliy Margolen wrote: > Thursday,

Re: ntoskrnl status

2006-06-15 Thread Vijay Kiran Kamuju
If Alexander agrees on what path we should take on this, we should be having some real stuff getting in. A'int it Vitaly. Well i will look into the ntoskrnl stuff as soon as i get my laptop I think should be like a seperate process as in windows. Just my two cents. On 6/15/06, Vitaliy Margolen <

Re: ntoskrnl status

2006-06-15 Thread Vitaliy Margolen
Thursday, June 15, 2006, 10:01:03 AM, Brian Vincent wrote: > On 6/15/06, Mario Demontis <[EMAIL PROTECTED]> wrote: >> Any news about ntoskrnl.exe support? >> As far as I can understand it's not yet integrated... >> Are there any new patches? > Read here first: > http://www.winehq.com/pipermail/win

Re: ntoskrnl status

2006-06-15 Thread Brian Vincent
On 6/15/06, Mario Demontis <[EMAIL PROTECTED]> wrote: Any news about ntoskrnl.exe support? As far as I can understand it's not yet integrated... Are there any new patches? Read here first: http://www.winehq.com/pipermail/wine-devel/2006-April/047262.html Read here next: http://www.winehq.com/p

ntoskrnl status

2006-06-15 Thread Mario Demontis
Hello It's my first post here... Any news about ntoskrnl.exe support? As far as I can understand it's not yet integrated... Are there any new patches? Thanks in advance Mario -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Grande Offerta di Ben

ntoskrnl status with patch against wine-0.9.6

2006-01-19 Thread Vitaliy Margolen
I'm sure number of people wonder where did ntoskrnl go. It's till here in the too hackish form to be committed. For the past month it didn't even compile because of all the changes to different parts of Wine. I just thought I should put it back together and see if it's still working. And surprise