Can we use SVN yet? I have TortoiseSVN but what are the connection details?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.808 / Virus Database: 550 - Release Date: 12/8/2004
ekohl(a)svn.reactos.com schrieb:
>Don't start services until the control pipe issues are fixed.
>
>
>Updated files:
>trunk/reactos/subsys/system/services/database.c
>
>_______________________________________________
>Ros-svn mailing list
>Ros-svn(a)reactos.com
>http://reactos.com:8080/mailman/listinfo/ros-svn
>
>
>
>
Hi,
it is more wrong with the pipes. Compiling ros on ros doesn't work.
- Hartmut
hbirr(a)svn.reactos.com wrote:
>- Implemented KeAcquireInterruptSpinLock and KeReleaseInterruptSpinLock.
>- Implemented the interrupt handling for smp machines.
>
>
>
>Updated files:
>trunk/reactos/include/ddk/kefuncs.h
>trunk/reactos/include/ntos/zwtypes.h
>trunk/reactos/ntoskrnl/io/irq.c
>trunk/reactos/ntoskrnl/ke/i386/irq.c
>trunk/reactos/ntoskrnl/ke/spinlock.c
>
>_______________________________________________
>Ros-svn mailing list
>Ros-svn(a)reactos.com
>http://reactos.com:8080/mailman/listinfo/ros-svn
>
>
>
Hi,
Thanks for adding this feature to the kernel, I only have one problem
with it... Would it be possible to modify the code to use the documented
KINTERRUPT structure? This would (already does) wreck havoc on the new
header system, which uses documented Windows structures (except in
extreme cases where our code is very old, and those structures were
unavailable, ie the Ob Manager structures... although enventually that
code will have to be updated).
The correct KINTERRUPT structure is:
typedef struct _KINTERRUPT {
CSHORT Type;
CSHORT Size;
LIST_ENTRY InterruptListEntry;
PKSERVICE_ROUTINE ServiceRoutine;
PVOID ServiceContext;
KSPIN_LOCK SpinLock;
ULONG TickCount;
PKSPIN_LOCK ActualLock;
PVOID DispatchAddress;
ULONG Vector;
KIRQL Irql;
KIRQL SynchronizeIrql;
BOOLEAN FloatingSave;
BOOLEAN Connected;
CHAR Number;
UCHAR ShareVector;
KINTERRUPT_MODE Mode;
ULONG ServiceCount;
ULONG DispatchCount;
ULONG DispatchCode[106];
} *KINTERRUPT*, *PKINTERRUPT;
vs ours:
typedef struct _KINTERRUPT
{
ULONG Vector;
KAFFINITY ProcessorEnableMask;
KSPIN_LOCK SpinLock;
PKSPIN_LOCK ActualLock;
BOOLEAN Shareable;
BOOLEAN FloatingSave;
CHAR ProcessorNumber;
PKSERVICE_ROUTINE ServiceRoutine;
PVOID ServiceContext;
LIST_ENTRY Entry;
KIRQL Irql;
KIRQL SynchLevel;
KINTERRUPT_MODE InterruptMode;
} KINTERRUPT;
Type/Size are Windows Ob Manager headers for each Object...if you look
in KOBJECTS you'll find the right value...but we don't check for this
yet, so it's not important yet. I don't know what "Shareable" is
however. But we only need to rename/reposition some of the items.
ProcessorEnableMask also seems to be missing in the real defintion.
If you'd be kind enough to do these changes, I would really appreciate
it. If you have any comments, let me know.
Best regards, and happy new year,
Alex Ionescu
I tested the live cd in a:
-Intel 1.6 GHZ
-Mainboard Intel 82801BA and
CD drives
-TEAC CD-540E
-Yamaha CRW8424E
The liveCD was in the Yamaha drive, all worked
normally till i log off, the computer resets as
normally and sudenly when the computer loads again it
does not detect the yamaha CD, i tried reseting
several times to try to put back online but not even
the light of the yamaha turned on. I finaly turned
down the power and swiched on again, the both CD
drives where detected.
Never something similar have happened to me, it is too
much casual it happens on testing the liveCD just in
THAT CD, but still i can not say if it is a bug of
reactos or not.
Another less important isue: I get the following error
when accessing to the HDD
E_ACCESSDENIED_WIN32 ACCESS DENIED ERROR
Context:Shellfolder::Shellfolder(IShellfolder*,LPCITEMIDLST)
Location: Utility/Shellclasses CPP:280
Still i can access the HDD (this happened two with the
RC-1)
Best Regards and Happy New Year,
Lucio Diaz.
______________________________________________
Renovamos el Correo Yahoo!: ¡250 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es
Will the CVS server sync up with SVN? It would keep the cvsweb app running.
Why not also sync the sourceforge project cvs with SVN? As an extra mirror
How often will it sync up?
Stephen Hodges
HYPERLINK
"http://www.thespoke.net/MyBlog/stevo/MyBlog.aspx"http://www.thespoke.net/My
Blog/stevo/MyBlog.aspx
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004