hbirr(a)svn.reactos.com wrote:
> Fixed a bug within the calculation of the memory load.
>
>
>
> Updated files:
> trunk/reactos/lib/kernel32/mem/global.c
>
Hi!
Is PageSize == 4096? Why is NumberOfPhysicalPages used instead?
Thanks,
James
--- hbirr(a)svn.reactos.com wrote:
> Fixed a bug within the calculation of the memory load.
In case anyone gets a chance to test before I do, I think this fix will allow Office97
applications to get a little further along.
Thanks
Steven
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
I don't know how to create a freeldr diskette with the new building
system .
freeldr.sys is created in output-i386/boot/ftreeldr but the boot sector
needs to be created .
The previous method "install a: fat" from boot/freeldr/install directory
does not work anymore )
Any idea ?
regards
Gge
ion(a)svn.reactos.com wrote:
>Blight is cool. oh, right..this is a commt message. err.. oh. include debug.h per-file isntead of globally, or else this breaks NDEBUG
>
>
>
>
Hi,
this changes are wrong. Ntdll.h defines the TRACE_LDR macro. NDEBUG
_must_ be defined before including a header file with the TRACE_LDR
macro (ntdll.h).
- Hartmut
Hi
I recently got the chance to try out ReactOS for my
first time. It seems to me just about nothing works,
it takes an expert to compile it (I had to download 2
different mingw-linux versions, fix an assembly
language syntax error and comment out broken netkittcp
code), but it's a very cute operating systems that
boots faster than any other I've ever seen.
Anyway, I recently started looking at how to make
Windows device drivers (it's interesting...), and I
thought I'd make a couple for ReactOS. I had several
in mind:
-A USB mass storage device driver (when I plugged my
USB flash disk in, it didn't flash and no new disk
showed up, so I assume they currently aren't
supported) I believe that the driver is called
USBSTOR.SYS on Win2k?
-A USBSCAN.SYS for USB scanners [I am already working
on an STI (Still Image service) implementation, and
seeing as the Wine folks aren't thrilled at having me
add device drivers into Wine, which is necessary for
many scanners, I think I'll make STI for ReactOS
instead :-) ].
-A driver for the XFS filesystem. I've already got a
hacked-up collection of XFS code from GRUB to compile.
Now just to turn it into a proper driver...
But before I even get started, how well is USB
supported under ReactOS? Why is there no USBLIB.H in
the DDK headers? Does anyone know good resources for
USB programming under Windows? And any advice for
filesystem drivers?
Thank you
Damjan
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
Hi!
hpoussin(a)svn.reactos.com wrote:
> Implement IRP_MN_QUERY_DEVICE_RELATIONS for USB hubs
> Implement IRP_MN_QUERY_ID for devices enumerated by USB hubs
>
>
> Updated files:
> trunk/reactos/drivers/usb/cromwell/hub/fdo.c
> trunk/reactos/drivers/usb/cromwell/hub/pdo.c
> trunk/reactos/drivers/usb/cromwell/hub/usbhub.h
>
BTW,
What is the hive setup for usbhub.sys anyway? Could you post
it?
Thanks,
James