Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
index c136bc6..c8782a8 100644 (file)
@@ -9,15 +9,13 @@
 //              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 DPCs interrupting code at DISPATCH_LEVEL
-//  - Fix process reference count leak.
-//  - Fix atapi.sys or serial.sys loading one more time at each boot.
-//  - Fix LiveCD.
+//  - TODO: Complete the list of bugfixes
+//  - Fix weird crash on boot with 0x867-0x872 EIP.
+//  - Fix trap.s AMD64 VMWare "Greatlord Issue".
+//  - Support SSE/MMX.
 //
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -30,7 +28,7 @@
 // | ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||      ||           |N|
 // | \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/      \/           | |
 // | BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES   |F|
-// | KE => Enable new thread scheduler and ensure it works.                                               |E|
+// |                                                                                                      |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|