Hello,
I guess the message is directed at James. I am going to merge our
implementation of advpack.dll with the current winehq implementation.
Any objections or suggestions?
Thanks
Steven
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
> Everything looks ok for me. I forgot to mention that Reactos is booted
> from real hardware + freeldr diskette.
> The native ne2000.sys driver from Reactos has also the same problem .
> this can be simulted as follows :
>
> - Build a ntoskrnl.exe with NDEBUG commented in ldr.c
> - Disable Amd Pcnet entry and enable Ne2000 entry in hivesys.inf file
> - Make registry
> - Boot Reactos and check the debug traces for loading of ne2000.sys driver
>
1) corrupt file system
2) bad LFN entry for low case ne200.sys name
3) Ob case sensitive and ne2000.sys in the reg, but NE2000.SYS on fs
____________________________________________________________
Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione.
Abbonati subito su http://www.libero.it
Hartmut Birr wrote:
>CVSROOT: /CVS/ReactOS
>Module name: reactos
>Repository: reactos/ntoskrnl/
>Changes by: hbirr(a)mok.osexperts.com 04/10/17 08:39:32
>
>Modified files:
> reactos/hal/halx86/: irql.c
> reactos/ntoskrnl/ex/: sysinfo.c
> reactos/ntoskrnl/include/internal/: ke.h
> reactos/ntoskrnl/ke/i386/: irq.c kernel.c
> reactos/ntoskrnl/ke/: dpc.c timer.c
> reactos/ntoskrnl/ps/: idle.c thread.c
> reactos/ntoskrnl/: ntoskrnl.def
>
>Log message:
> - Used variables from the KPCR for the current irql, for dpc's, for time counters and for the idle thread.
>
>_______________________________________________
>Ros-cvs mailing list
>Ros-cvs(a)reactos.com
>http://reactos.com/mailman/listinfo/ros-cvs
>
>
>
Hartmut,
_THANK_ You. I was looking forward to doing those changes (and others)
myself as soon as I'm done with the new header system.
Best regards,
Alex Ionescu
Hartmut Birr wrote:
>CVSROOT: /CVS/ReactOS
>Module name: reactos
>Repository: reactos/ntoskrnl/include/internal/i386/
>Changes by: hbirr(a)mok.osexperts.com 04/10/17 03:53:08
>
>Modified files:
> reactos/ntoskrnl/include/internal/i386/: ps.h
>
>Log message:
> - Fixed the definition KPCR_SELF and KeGetCurrentKPCR.
>
>_______________________________________________
>Ros-cvs mailing list
>Ros-cvs(a)reactos.com
>http://reactos.com/mailman/listinfo/ros-cvs
>
>
>
Is that really right? I can swear fs:18h was still used until NT 5.2.
Also, it would be of critical importance to:
1) Change the hardcoded offsets to FIELD_OFFSET(...,...)
2) Make the ASM use the defines instead of hardcoding 1Ch/18h
Best regards,
Alex Ionescu
Hi,
sometimes I get a crash in
ExWorkerThreadEntryPoint/ExInterlockedRemoveHeadList. I've checked all calls
to ExQueueWorkItem. It seems that something is wrong in the tcpip/ndis
driver. There is a timer dpc which calls ExQueueWorkItem with a static work
queue item. If the worker is not execute previous the next timer call, the
item is queued for twice. Possible it is the same bug as #425.
- Hartmut
Hello, if I start the ReactOS Setup from the "make bootcd" I get an
INACCESSIBLE_BOOT_DEVICE. I use the CVS Version of ReactOS. Can you help?
Thanx, EnricoB
Hi all,
Still running the same kernel and subsystem (see previous post) now
for 1 day 5:23 (uptime). System memory is 1.1 GBytes. First build ros
on ros started at 5% use of memory. Now after the uptime, 45% after
third build. New start has it at 24%. Slow leak~ I did not enable the
memory dumps 8^(, So no real data there. The slow action on the cmd
win console has not changed, you can still count the chars displaying
across the screen.
FYI,
James