Difference between revisions of "Techwiki:Main"

From ReactOS Wiki
Jump to: navigation, search
(Added description for networking.)
(Additional descriptions and formatting change.)
Line 3: Line 3:
 
It can also serve as a documentation where our information was gathered from.
 
It can also serve as a documentation where our information was gathered from.
  
* [[Abbreviations]] - A list of technical abbreviations used on this site.
+
* [[Abbreviations]] -- A list of technical abbreviations used on this site.
* {{Techwiki|API Reference}} - A list of Win32 API tech articles.
+
* {{Techwiki|API Reference}} -- A list of Win32 API tech articles.
 
* {{Techwiki|AppCompat}} -- Describes the Application Compatibility settings in the registry.
 
* {{Techwiki|AppCompat}} -- Describes the Application Compatibility settings in the registry.
* {{Techwiki|Behavior Differences}} - Process paths that seem unique to Windows 2003 Server.
+
* {{Techwiki|Behavior Differences}} -- Process paths that seem unique to Windows 2003 Server.
* [[Techwiki:FastFatOverview|FastFAT Driver Overview]] - An overview of our FastFAT driver.
+
* [[Techwiki:FastFatOverview|FastFAT Driver Overview]] -- An overview of our FastFAT driver.
* [[Techwiki:hal|HAL]] - HAL exports listed by Windows version.
+
* [[Techwiki:hal|HAL]] -- HAL exports listed by Windows version.
* [[Hungarian Notation]] - A list of prefixes to be used in hungarian notation.
+
* [[Hungarian Notation]] -- A list of prefixes to be used in hungarian notation.
* [[Techwiki:links|Interesting links]] - Miscellaneous technical links.
+
* [[Techwiki:links|Interesting links]] -- Miscellaneous technical links.
* {{Techwiki|Memory Layout}} - Memory layouts listed by platform.
+
* {{Techwiki|Memory Layout}} -- Memory layouts listed by platform.
 
* [[Techwiki:networking|Networking Stuff]] -- Mostly network registry configuration information.
 
* [[Techwiki:networking|Networking Stuff]] -- Mostly network registry configuration information.
* {{Techwiki|NtGlobalFlag}}
+
* {{Techwiki|NtGlobalFlag}} -- Explanation of NT Global Flag.
* [[Techwiki:ntoskrnl|NTOSKRNL]]
+
* [[Techwiki:ntoskrnl|NTOSKRNL]] -- Information about the kernel image.
* {{Techwiki|Performance Data Registry}}
+
* {{Techwiki|Performance Data Registry}} -- Information on using the raw performance data.
* {{Techwiki|SEH64}}
+
* {{Techwiki|SEH64}} -- x64 exception handling information.
* [[Shell_Documentation|Shell Documentation]] - Documentation on our shell and hopefully the Win32 shell.
+
* [[Shell_Documentation|Shell Documentation]] -- Documentation on our shell and hopefully the Win32 shell.
* [[Techwiki:kd|The KD Protocol]]
+
* [[Techwiki:kd|The KD Protocol]] -- Information on the kernel debugging protocol.
* [[Techwiki:tools|Useful tools]]
+
* [[Techwiki:tools|Useful tools]] -- Links to various helpful tools.
* {{Techwiki|Win32k}} - List of Win32k tech articles.
+
* {{Techwiki|Win32k}} -- List of Win32k tech articles.
* {{Techwiki|WindowStations}}
+
* {{Techwiki|WindowStations}} -- Window Stations and SystemParamtersInfo.
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Revision as of 15:37, 12 April 2017

ReactOS TechWiki

This is an attempt to create a technical wiki. The purpose is to document undocumented stuff, instead of having the documentation flying around in several textfiles, code comments, testcases etc. It can also serve as a documentation where our information was gathered from.