mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Update kernel fun.
svn path=/trunk/; revision=23796
This commit is contained in:
parent
1b0f8e7e81
commit
841fa5cc41
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@
|
|||
// - Use Object Type Mutex/Lock.
|
||||
//
|
||||
// Ke:
|
||||
// - Sanitize some context fields during conversions
|
||||
// - Add PSEH handler when an exception occurs in an exception (KiCopyExceptionRecord).
|
||||
// - Get rid of KiRosPrintAddress and use KiDumpParameterImages instead.
|
||||
// - Forward exceptions to user-mode debugger.
|
||||
// - Sanitize some context fields during conversions.
|
||||
// - Implement stack fault and segment fault handlers.
|
||||
// - Implement kernel-mode GPF handler, possibly fixing below:
|
||||
// - Figure out why ES/DS gets messed up in VMWare, when doing KiServiceExit only,
|
||||
// and only when called from user-mode, and returning to user-mode.
|
||||
// - Figure out what the DEBUGEIP hack is for and how it can be moved away.
|
||||
// - Add DR macro/save and VM macro/save.
|
||||
// - Implement KiCallbackReturn, KiGetTickCount, KiRaiseAssertion.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue