Difference between revisions of "Ntoskrnl.exe"

From ReactOS Wiki
Jump to: navigation, search
m (Created page with "==See Also== Techwiki:Ntoskrnl ChangeLog-0.1.3 == Ntoskrnl.exe == * Bootscreen (programming: Casper Hornstrup, graphics: Steve Cockeram) * Crash dumps to disk ([…")
 
m
Line 8: Line 8:
 
* Addition of CacheAligned to PagedPool ([[Royce Mitchell]])
 
* Addition of CacheAligned to PagedPool ([[Royce Mitchell]])
 
* Redzone violation detection ([[Royce Mitchell]])
 
* Redzone violation detection ([[Royce Mitchell]])
 +
 +
[[ChangeLog-0.1.4]]
 +
 +
== Ntoskrnl.exe ==
 +
 +
* Implementation of Ke(Save/Restore)FloatingPointState ([[Gé van Geldorp]])
 +
* Made existing eventpair code more efficient and added support for associating eventpairs with * threads and signaling them that way (Skywing)
 +
* RtlRaiseException user mode implementation ([[Vizzini]])
 +
* KiRaiseUserExceptionDispatcher/KeRaiseUserException to raise user exceptions from kernel mode ([[Vizzini]])
 +
* Implemented the allocation type NonPagedPoolCacheAligned/NonPagedPoolCacheAlignedMustS ([[Hartmut Birr]])
 +
* Process fixes ([[Hartmut Birr]])
 +
* Plug and Play manager improvements ([[Filip Navara]])
 +
* Implemented NtUnloadDriver(), partial IoGetDeviceProperty(), IoGetDmaAdapter(), IoIsWdmVersionAvailable(), ExFreePoolWithTag ([[Filip Navara]])
 +
* Check for presence of \reactos\ntoskrnl.exe instead of REACTOS disk label to identify the boot cdrom device ([[Eric Kohl]])

Revision as of 06:00, 4 March 2012

See Also

Techwiki:Ntoskrnl ChangeLog-0.1.3

Ntoskrnl.exe

ChangeLog-0.1.4

Ntoskrnl.exe

  • Implementation of Ke(Save/Restore)FloatingPointState (Gé van Geldorp)
  • Made existing eventpair code more efficient and added support for associating eventpairs with * threads and signaling them that way (Skywing)
  • RtlRaiseException user mode implementation (Vizzini)
  • KiRaiseUserExceptionDispatcher/KeRaiseUserException to raise user exceptions from kernel mode (Vizzini)
  • Implemented the allocation type NonPagedPoolCacheAligned/NonPagedPoolCacheAlignedMustS (Hartmut Birr)
  • Process fixes (Hartmut Birr)
  • Plug and Play manager improvements (Filip Navara)
  • Implemented NtUnloadDriver(), partial IoGetDeviceProperty(), IoGetDmaAdapter(), IoIsWdmVersionAvailable(), ExFreePoolWithTag (Filip Navara)
  • Check for presence of \reactos\ntoskrnl.exe instead of REACTOS disk label to identify the boot cdrom device (Eric Kohl)