- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
index ceb6bf7..3f59d2d 100644 (file)
@@ -9,14 +9,11 @@
 //              Failure to respect this will *ACHIEVE NOTHING*.
 //
 // Hal:
-//  - Use APC and DPC Interrupt Dispatchers.
 //  - CMOS Initialization and CMOS Spinlock.
 //
 // Global:
 //  - TODO: Complete the list of bufxies
-//  - Fix process reference count leak.
-//  - Fix atapi.sys loading one more time at each boot.
-//  - Fix LiveCD.
+//  - Fix atapi.sys or serial.sys loading one more time at each boot.
 //
 ///////////////////////////////////////////////////////////////////////////////
 
 // /                                                                                                        \
 // | OB, PS, LPC, DBGK, EX, INIT => "Code complete". No expected changes until 0.5.0                      | |
 // | SE => Not looked at. Interaction with Ps/Io is minimal and currently hacked away. Preserve.          |J|
-// | KD/KDBG => Laptop has special version of ROS without these components. Commit in branch.             |A|
-// | HAL => Needs APC/DPC/IRQL implementation fixed ASAP in terms of interaction with Ke.                 |N|
-// | ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||           | |
-// | \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/           |F|
-// | BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES   |E|
-// | KE => Enable new thread scheduler and ensure it works.                                               |B|
+// | HAL => Needs APC/DPC/IRQL implementation fixed ASAP in terms of interaction with Ke.                 |A|
+// | ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||           |N|
+// | \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/           | |
+// | BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES   |F|
+// | KE => Enable new thread scheduler and ensure it works.                                               |E|
+// | KD/KDBG => Laptop has special version of ROS without these components. Commit in branch.             |B|
 // | KD => Implement KD64 6.0, compatible with WinDBG                                                     | |
 // | ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||           |M|
 // | \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/           |A|