windows.rst
changeset 428 073784e56581
parent 427 e1de7d9d9812
child 438 a6cfa48e27d0
child 455 37d810075a7b
equal deleted inserted replaced
427:e1de7d9d9812 428:073784e56581
   197  * ? (question mark)
   197  * ? (question mark)
   198  * * (asterisk)
   198  * * (asterisk)
   199 
   199 
   200   http://msdn.microsoft.com/en-us/library/aa365247.aspx
   200   http://msdn.microsoft.com/en-us/library/aa365247.aspx
   201                 Naming Files, Paths, and Namespaces
   201                 Naming Files, Paths, and Namespaces
       
   202 
       
   203 * Memory.
       
   204 
       
   205   http://msdn.microsoft.com/en-us/library/ff542275%28v=VS.85%29.aspx
       
   206                 Boot Parameters to Configure DEP and PAE
       
   207 
       
   208 ** PAE.
       
   209 
       
   210 All 32-bit Windows XP support only 4 GiB RAM. To enable PAE (Physical Address
       
   211 Extension) edit 'c:\boot.ini', add option '/pae':
       
   212 
       
   213   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /pae
       
   214 
       
   215   http://msdn.microsoft.com/en-us/library/ff557168%28v=VS.85%29.aspx
       
   216                 /pae option
       
   217   http://www.microsoft.com/whdc/system/platform/server/pae/paedrv.mspx
       
   218                 PAE support
       
   219 
       
   220 ** NX.
       
   221 
       
   222 NX (no execute) in Windows realised in Data Execution Prevention (DEP)
       
   223 technology.
       
   224 
       
   225 On 64-bit processes, DEP is enabled by default and cannot be disabled. For
       
   226 32-bit Windows DEP is supported in Windows Server 2003 with SP1, Windows XP
       
   227 with SP2, Windows Vista, and later versions of Windows.
       
   228 
       
   229 To enable NX on 32-bit Windows edit 'c:\boot.ini', add option
       
   230 '/noexecute=...':
       
   231 
       
   232   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson
       
   233 
       
   234   http://msdn.microsoft.com/en-us/library/ff557134%28VS.85%29.aspx
       
   235                 /noexecute parameter