- Create KD branch. All debugging support is removed in this branch (no symbols,...
[reactos.git] / reactos / ntoskrnl / KrnlFun.c
1 ///////////////////////////////////////////////////////////////////////////////
2 //
3 // Alex's Big Ol' List of FIXMEs, bugs and regressions
4 // If you see something here, Alex *KNOWS ABOUT IT*.
5 // Do NOT bug him about it.
6 // Do NOT ask if he knows about it.
7 // Do NOT complain about it.
8 // Do NOT ask when it will be fixed.
9 // Failure to respect this will *ACHIEVE NOTHING*.
10 //
11 // Hal:
12 // - CMOS Initialization and CMOS Spinlock.
13 //
14 // Global:
15 // - TODO: Complete the list of bufxies
16 // - Fix atapi.sys or serial.sys loading one more time at each boot.
17 //
18 ///////////////////////////////////////////////////////////////////////////////
19
20 // REACTOS GUIDANCE PLAN
21 // ________________________________________________________________________________________________________
22 // / \
23 // | OB, PS, LPC, DBGK, EX, INIT => "Code complete". No expected changes until 0.5.0 | |
24 // | SE => Not looked at. Interaction with Ps/Io is minimal and currently hacked away. Preserve. |J|
25 // | HAL => Needs APC/DPC/IRQL implementation fixed ASAP in terms of interaction with Ke. |A|
26 // | || || || || || || || || || || || || |N|
27 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ | |
28 // | BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES |F|
29 // | KE => Enable new thread scheduler and ensure it works. |E|
30 // | KD/KDBG => Laptop has special version of ROS without these components. Commit in branch. |B|
31 // | KD => Implement KD64 6.0, compatible with WinDBG | |
32 // | || || || || || || || || || || || || |M|
33 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |A|
34 // | CM => TOTAL REWRITE. |R|
35 // | || || || || || || || || || || || || | |
36 // | || || || || || || || || || || || || |A|
37 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |P|
38 // | PNPMGR => TBD |R|
39 // | || || || || || || || || || || || || |I|
40 // | || || || || || || || || || || || || |L|
41 // | || || || || || || || || || || || || | |
42 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |M|
43 // | MM => TOTAL REWRITE. |A|
44 // | |Y|
45 // \________________________________________________________________________________________________________/
46 //