Hi all!
Here is the test program provided by BugBoy. It also shows another
bug, see bug 3971. Please test before and after the patch.
Thanks,
James
PS
Good Job, Michael!
Hi,guys
I'm just a fan of ReactOS,now I have two questions.
1, Is(or will be) there an disk management utility for ReactOS, or in
another way, will we make an implementation of Microsoft diskmgmt.msc?
2, Will ReactOS group make an implementation of Microsoft Management
Console for ReactOS?
Thank you!
Yeah, sorry, the target device should be used to send a
TARGET_DEVICE_CUSTOM_NOTIFICAITON of type GUID_IO_VOLUME_CHANGE at the
end of the function (IoReportTargetDeviceChange).
FYI, Pierre, when you implement the notification system.
On 4-Jan-09, at 5:12 AM, fireball(a)svn.reactos.org wrote:
> Author: fireball
> Date: Sun Jan 4 04:12:38 2009
> New Revision: 38552
>
> URL: http://svn.reactos.org/svn/reactos?rev=38552&view=rev
> Log:
> - Revert changes to NtSetVolumeInformationFile made in 38550, it
> should indeed use IoGetRelatedDeviceObject, not target device.
>
> Modified:
> trunk/reactos/ntoskrnl/io/iomgr/iofunc.c
>
> Modified: trunk/reactos/ntoskrnl/io/iomgr/iofunc.c
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/iofunc.c…
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] (original)
> +++ trunk/reactos/ntoskrnl/io/iomgr/iofunc.c [iso-8859-1] Sun Jan 4
> 04:12:38 2009
> @@ -3307,8 +3307,7 @@
> }
>
> /* Get the device object */
> - Status = IoGetRelatedTargetDevice(FileObject, &DeviceObject);
> - if (!NT_SUCCESS(Status)) return Status;
> + DeviceObject = IoGetRelatedDeviceObject(FileObject);
>
> /* Clear File Object event */
> KeClearEvent(&FileObject->Event);
>
Best regards,
Alex Ionescu
Hi,
the declaration of FsRtlNotifyReportChange was correct, even if this function is now deprecated (that's why it doesn't need to be in DDK).
WBR,
P. Schweitzer
_________________________________________________________________
Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger !
http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx
Why do you need to start on real hardware?
This is fairly unsupported at the moment, so you’re really in no-mans-land here.
I’d suggest a virtual machine until you become more familiar with it.
Anyway, looking at your hardware spec I don’t see any untoward.
Continuing down the real hardware path, your next step is to obtain debug output.
The only current method to do this is via a null-modem cable, as specified in the link I gave you.
Ged.
From: James Muthee [mailto:jsoftpacks@yahoo.co.uk]
Sent: 31 December 2008 09:12
To: Ged
Subject: RE: [ros-dev] Problems installing REACTOS
Hello Ged.
Thanks for the prompt reply.
First, I need to test the software on a real machine. No Virtualization, no support form any other OS.
As for the exact configuration of the system, I am forwarding the entire report from the windows system info.
I know its lengthy but, then again you would be looking for someting specific.
My disks are FAT32
Please help.
Thanks
James I. M.
--- On Tue, 30/12/08, Ged <gedmurphy(a)gmail.com> wrote:
From: Ged <gedmurphy(a)gmail.com>
Subject: RE: [ros-dev] Problems installing REACTOS
To: jsoftpacks(a)yahoo.co.uk, "'ReactOS Development List'" <ros-dev(a)reactos.org>
Date: Tuesday, 30 December, 2008, 1:59 PM
It could be a whole range of things.
Without having your hardware spec and debug output, it’s impossible to tell.
If you just want to test it, it’s better to run it in a virtual machine.
If you’re insistent on running it on hardware, then you’ll need to start by supplying your hardware details.
If that doesn’t show any obvious problems (e.g. SATA, NTFS, etc) then you will need to grab debug output via a null cable modem <http://www.reactos.org/wiki/index.php/Debugging#Real_computer:_Physical_ser…> http://www.reactos.org/wiki/index.php/Debugging#Real_computer:_Physical_ser…
Good luck.
Ged.
From: ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of James Muthee
Sent: 30 December 2008 11:21
To: ros-dev(a)reactos.org
Subject: [ros-dev] Problems installing REACTOS
Hello.
Having downloaded the software (I was amazed it was less than 40MB), I wrote the ISO on a CD and started the installation.
0.3.7 failed to install completely, stopping dead just after loading the initial files.
I downloaded the 0.3.6 and tried again. This time, I was able to install the first portion (copying the textmode installation to the hard disk and modifying the MBR).
On restart, A GUI window flashed then a blue screen with a single line about the Build, and that was the end.
What am I doing wrong?
I would appreciate any help. I really want to test drive this software.
James I. M.