Author: aandrejevic
Date: Sat Mar 8 01:40:08 2014
New Revision: 62453
URL: http://svn.reactos.org/svn/reactos?rev=62453&view=rev
Log:
[NTVDM]
Set the base address to a high address, so that BaseVDM can allocate 16 MB at address 0.
Modified:
branches/ntvdm/subsystems/ntvdm/CMakeLists.txt
Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/CMakeLis…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/CMakeLists.txt [iso-8859-1] Sat Mar 8 01:40:08 2014
@@ -39,3 +39,4 @@
target_link_libraries(ntvdm fast486)
add_importlibs(ntvdm user32 gdi32 advapi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all)
+set_image_base(ntvdm 0x0F000000)
Author: pschweitzer
Date: Fri Mar 7 21:51:11 2014
New Revision: 62447
URL: http://svn.reactos.org/svn/reactos?rev=62447&view=rev
Log:
[NOTSKRNL]
Fix Frenchism, spotted by Christoph
Modified:
trunk/reactos/ntoskrnl/fsrtl/notify.c
Modified: trunk/reactos/ntoskrnl/fsrtl/notify.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/fsrtl/notify.c?re…
==============================================================================
--- trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/fsrtl/notify.c [iso-8859-1] Fri Mar 7 21:51:11 2014
@@ -176,7 +176,7 @@
NotifyChange->Buffer = Buffer;
}
- /* If we don't have valide buffer, ensure everything is 0-ed out */
+ /* If we have to notify immediately, ensure that any buffer is 0-ed out */
if (NotifyChange->Flags & NOTIFY_IMMEDIATELY)
{
NotifyChange->Buffer = 0;