[ros-dev] Introducing myself

2009-07-09 Thread Jose Catena
and dpc handling by compatible but much improved versions based in my experience, and I hope you will find it useful once I could get ready to participate. For now, thanks to all for this effort. The world needs ReactOS! Jose Catena DIGIWAVES S.L

Re: [ros-dev] Very nice.

2009-07-16 Thread Jose Catena
for the long and off topic post, I advised to skip it if no interest... ;-) Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] On the growth of the reactos project

2009-07-17 Thread Jose Catena
that may atract or not, than being accurate in the criticism. After explaining my perception, I tell you that I sincerely want to contribute as soon as I can, I just don't have enough time currently. Jose Catena DIGIWAVES S.L. ___ Ros-dev

Re: [ros-dev] [ros-diffs] [tkreuzer] 42353: asm version of DIB_32BPP_ColorFill: - Add frame pointer - Get rid of algin_draw, 32bpp surfaces must be DWORD aligned - Optimize the loop - Add comments

2009-08-04 Thread Jose Catena
stosd add dx, lDelta dec dx jnz l1 Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [tkreuzer] 42353: asm version of DIB_32BPP_ColorFill: - Add frame pointer - Get rid of algin_draw, 32bpp surfaces must be DWORD aligned - Optimize the loop - Add comments

2009-08-04 Thread Jose Catena
further AFAIK, and this only saves a cmp and jnz in the outer loop, a tiny gain. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [tkreuzer] 42353: asm version of DIB_32BPP_ColorFill: - Add frame pointer - Get rid of algin_draw, 32bpp surfaces must be DWORD aligned - Optimize the loop - Add comments

2009-08-04 Thread Jose Catena
be there. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [tkreuzer] 42353: asm version of DIB_32BPP_ColorFill: - Add frame pointer - Get rid of algin_draw, 32bpp surfaces must be DWORD aligned - Optimize the loop - Add comments

2009-08-04 Thread Jose Catena
disagreed with Alex in the arguments, not in the core. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [tkreuzer] 42353: asm version of DIB_32BPP_ColorFill: - Add frame pointer - Get rid of algin_draw, 32bpp surfaces must be DWORD aligned - Optimize the loop - Add comments

2009-08-04 Thread Jose Catena
and wmemset for 16 bit values, while we want to store 32 bit values. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [sginsberg] 42829: - svchost

2009-09-11 Thread Jose Catena
// if even If (!x 1) If the code and the comments disagree, then both are probably wrong. ;) Indeed, I was wrong in the even example. It's: if (~x 1) // or if (!(x 1)) And yes, I just saw it was already implemented, sorry. Jose Catena DIGIWAVES S.L

[ros-dev] MSVC

2009-12-21 Thread Jose Catena
my specialty and preferred area, but I have to earn my living. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] ReactOS 0.3.11 source broken?

2009-12-21 Thread Jose Catena
Did you try running clean at the RosBE prompt before attempting to build the code? Yes, of course. I also tried on a new fresh extracted copy. Jose Catena DIGIWAVES S.L. From: ros-dev-boun...@reactos.org [mailto:ros-dev-boun...@reactos.org] On Behalf Of Sir Gallantmon Sent: Monday, 21

Re: [ros-dev] ReactOS 0.3.11 source broken?

2009-12-21 Thread Jose Catena
, but I don't think it deserves any further investigation once solved. Jose Catena DIGIWAVES S.L. From: ros-dev-boun...@reactos.org [mailto:ros-dev-boun...@reactos.org] On Behalf Of Gregor Schneider Sent: Monday, 21 December, 2009 14:05 To: ReactOS Development List Subject: Re: [ros-dev

Re: [ros-dev] MSVC

2009-12-21 Thread Jose Catena
, if not null at all. But for all pro audio manufacturers, and some other niches like automation and control, it is a top priority. Best regards, Jose Catena DIGIWAVES S.L. -Original Message- From: ros-dev-boun...@reactos.org [mailto:ros-dev-boun...@reactos.org] On Behalf Of Alex Ionescu Sent

Re: [ros-dev] MSVC

2009-12-22 Thread Jose Catena
great, I have already used it in very different projects. This is not a fool idea of the latest frickie. Back to msvc build fixing... Cheers, Jose Catena DIGIWAVES S.L. -Original Message- From: ros-dev-boun...@reactos.org [mailto:ros-dev-boun...@reactos.org] On Behalf Of Alex Ionescu Sent

Re: [ros-dev] MSVC

2009-12-22 Thread Jose Catena
couldn’t expect any involvement by the ReactOS team. 4) I didn’t ask for discussion or help. I’m well aware of the difficulties and solutions, well beyond the well intentioned objections raised. I hope this clears any confusion and ends any discussion on the subject. Jose Catena DIGIWAVES

Re: [ros-dev] MSVC

2009-12-30 Thread Jose Catena
+ sgdt [ebx]; + } } Ke386SetGlobalDescriptorTable(IN PVOID Descriptor) { - __asm lgdt [Descriptor] + __asm { + mov ebx, Descriptor; + lgdt [ebx]; + } } Jose Catena DIGIWAVES S.L. ___ Ros

Re: [ros-dev] [ros-diffs] [sir_richard] 45052: Patch that fixes VMWare boot (and

2010-01-12 Thread Jose Catena
I'm not going to submit any more unless this childish attitude is fixed. But I'll put all my work periodically in my server and announce the availability here so that anyone interested could download it and use whatever you want in ReactOS. Jose Catena DIGIWAVES S.L

Re: [ros-dev] Request for a project

2010-01-13 Thread Jose Catena
on it soon. Who is working on CC and how is it going? Jose Catena DIGIWAVES S.L. From: ros-dev-boun...@reactos.org [mailto:ros-dev-boun...@reactos.org] On Behalf Of Javier Agustìn Fernàndez Arroyo Sent: Wednesday, 13 January, 2010 13:10 To: ReactOS Development List Subject: Re: [ros-dev

Re: [ros-dev] Arwinss presentation

2010-01-19 Thread Jose Catena
one if there is no a realistic plan to develop it. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

[ros-dev] msvc build update

2010-02-03 Thread Jose Catena
assembly and compiler conditionals elsewhere unnecessary. Hope you find this useful. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

[ros-dev] msvc build update

2010-02-03 Thread Jose Catena
Hi, Sorry, I placed the old nonsychable but working version in a restricted folder, correct downloadable link is: http://diwaves.com/reactos/ntos_44678_local.zip Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org

Re: [ros-dev] msvc build update

2010-02-03 Thread Jose Catena
personal offense. We all can always learn better if we can accept criticism. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Debugging at the next level...

2010-02-05 Thread Jose Catena
will not be compatible with anything but gcc. Jose Catena DIGIWAVES S.L. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

[ros-dev] jcatena's status

2010-04-10 Thread Jose Catena
be nice if we could earn our living with this. Since I need the money, I have to work in a less interesting but well paid project. Jose Catena ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

[ros-dev] I'll continue being away

2013-05-06 Thread Jose Catena
independently as I don't have the time to discuss what I'm doing, nor I assume that you are interested in any way in what I do (most probably not from what we discussed before), but if I ever get something finished to contribute, of course you will know. Best wishes, Jose Catena