Author: amunger Date: Mon Apr 24 22:32:35 2006 New Revision: 21732
URL: http://svn.reactos.ru/svn/reactos?rev=21732&view=rev Log: Create the pagefile at the root of the drive by default. Now when you install to an alternate %systemroot%, you can still have a page file.
Modified: trunk/reactos/boot/bootdata/hivesys.inf
Modified: trunk/reactos/boot/bootdata/hivesys.inf URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/bootdata/hivesys.inf?re... ============================================================================== --- trunk/reactos/boot/bootdata/hivesys.inf (original) +++ trunk/reactos/boot/bootdata/hivesys.inf Mon Apr 24 22:32:35 2006 @@ -424,7 +424,7 @@
; Pagefile settings HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management","PagingFiles",0x00010000, \ - "C:\reactos\pagefile.sys" + "C:\pagefile.sys"
; Subsystems HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Subsystems","Debug",0x00020000,""