Difference between revisions of "Gopher"

From ReactOS Wiki
Jump to: navigation, search
(Loading Boot Drivers)
Line 2: Line 2:
  
 
This page contains documentation on the implementation of Gopher as based on the Windows 2003 SP1 PnP Manager
 
This page contains documentation on the implementation of Gopher as based on the Windows 2003 SP1 PnP Manager
 +
 +
= Gopher Startup =
  
 
= Loading Boot Drivers =
 
= Loading Boot Drivers =
Line 18: Line 20:
  
 
= User-Initiated Driver Loading =
 
= User-Initiated Driver Loading =
 +
 +
= Helper Routines =
 +
 +
== Registry String Management ==
 +
 +
== PnP IRP Wrappers ==
 +
 +
== Resource List Management ==
 +
 +
== Hardware ID Validation ==

Revision as of 21:14, 20 August 2008

Gopher is the code name for a new PnP layer for ReactOS 0.4.0

This page contains documentation on the implementation of Gopher as based on the Windows 2003 SP1 PnP Manager

Gopher Startup

Loading Boot Drivers

PiInitCacheGroupInformation

PpInitGetGroupOrderIndex

PipGetDriverTagPriority

Loading System Drivers

Allocating, Inserting and Removing Device Nodes

Processing New Device Nodes

User-Initiated Driver Loading

Helper Routines

Registry String Management

PnP IRP Wrappers

Resource List Management

Hardware ID Validation