Difference between revisions of "Techwiki:Main"

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