reactos/ntoskrnl/KrnlFun.c

49 lines
3.5 KiB
C

///////////////////////////////////////////////////////////////////////////////
//
// Alex's Big Ol' List of FIXMEs, bugs and regressions
// If you see something here, Alex *KNOWS ABOUT IT*.
// Do NOT bug him about it.
// Do NOT ask if he knows about it.
// Do NOT complain about it.
// Do NOT ask when it will be fixed.
// Failure to respect this will *ACHIEVE NOTHING*.
//
// Hal:
// - CMOS Initialization and CMOS Spinlock.
//
// Global:
// - 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.
//
///////////////////////////////////////////////////////////////////////////////
// REACTOS GUIDANCE PLAN
// ________________________________________________________________________________________________________
// / \
// | 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|
// | 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|
// | |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|
// | CM => TOTAL REWRITE. |R|
// | || || || || || || || || || || || || | |
// | || || || || || || || || || || || || |A|
// | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |P|
// | PNPMGR => TBD |R|
// | || || || || || || || || || || || || |I|
// | || || || || || || || || || || || || |L|
// | || || || || || || || || || || || || | |
// | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |M|
// | MM => TOTAL REWRITE. |A|
// | |Y|
// \________________________________________________________________________________________________________/
//