From 841fa5cc419fd6de21ac3bdad9a7c4cf316fae80 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 30 Aug 2006 06:56:06 +0000 Subject: [PATCH] - Update kernel fun. svn path=/trunk/; revision=23796 --- reactos/ntoskrnl/KrnlFun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/KrnlFun.c b/reactos/ntoskrnl/KrnlFun.c index 528c825272d..fd2f7eef359 100644 --- a/reactos/ntoskrnl/KrnlFun.c +++ b/reactos/ntoskrnl/KrnlFun.c @@ -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. //