--- a/driver-win.rst Mon Jul 26 12:21:33 2010 +0300
+++ b/driver-win.rst Mon Jul 26 12:21:43 2010 +0300
@@ -143,3 +143,11 @@
%windir%\system32\ReinstallBackups folder is created with
backups of the old drivers.
+* How debug Windows drivers.
+
+ http://www.microsoft.com/whdc/devtools/debugging/debugtips.mspx
+ Improve Driver Debuggability
+ http://msdn.microsoft.com/en-us/library/ff551063.aspx
+ Debugging Tools for Windows
+ http://msdn.microsoft.com/en-us/library/ff543450%28VS.85%29.aspx
+ Checked and Free Build Differences
--- a/windows.rst Mon Jul 26 12:21:33 2010 +0300
+++ b/windows.rst Mon Jul 26 12:21:43 2010 +0300
@@ -227,7 +227,7 @@
with SP2, Windows Vista, and later versions of Windows.
To enable NX on 32-bit Windows edit 'c:\boot.ini', add option
-'/noexecute=...':
+'/noexecute=...' (alwayson/optout/optin/alwaysoff):
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MS Windows XP Prof" /fastdetect /noexecute=alwayson
@@ -242,3 +242,25 @@
Windows Life-Cycle Policy
http://support.microsoft.com/gp/lifeselect
Life-Cycle Policy by product
+
+* NTFS junction points.
+
+To craete use 'junction.exe' from Mark Russinovich or 'linkd.exe' from
+Microsoft Windows 2000 Resource Kit.
+
+'junction.exe' included with Sysinternals suite.
+
+ cmd> md c:\Program-Files
+ cmd> junction c:\Program-Files "c:\Program Files"
+
+ http://technet.microsoft.com/en-gb/sysinternals/bb896768.aspx
+ Junction v1.05, Published: July 24, 2007
+ http://support.microsoft.com/?kbid=205524
+ How to create and manipulate NTFS junction points
+ http://en.wikipedia.org/wiki/NTFS_junction_point
+
+* Microsoft Windows 2000 Resource Kit.
+
+ http://support.microsoft.com/kb/927229
+ Windows 2000 Resource Kit Tools for administrative tasks
+ separate tools downloads