Difference between revisions of "System Services"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 11: Line 11:
 
*AcquireLoadDriverPrivilege() to fix problem with SCM not being able to load drivers ([[Filip Navara]])
 
*AcquireLoadDriverPrivilege() to fix problem with SCM not being able to load drivers ([[Filip Navara]])
 
*Initial hacky implementation of some SCM calls needed by coLinux ([[Filip Navara]])
 
*Initial hacky implementation of some SCM calls needed by coLinux ([[Filip Navara]])
 +
 +
 +
 +
[[Category:BNWIP]]

Revision as of 05:14, 3 April 2012

System services include: IO Manager, Configuration Manager, Plug and Play, Power Manager, Memory Manager, Executive Support, Object Manager, security reference monitor, process structure, local procedure call, Win32 Subsystem.

http://www.reactos.org/en/dev_whitepaper.html


ChangeLog-0.2.3

  • AcquireLoadDriverPrivilege() to fix problem with SCM not being able to load drivers (Filip Navara)
  • Initial hacky implementation of some SCM calls needed by coLinux (Filip Navara)