Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenKrnlFun.c
Go to the documentation of this file.
00001 00002 // 00003 // Alex's Big Ol' List of FIXMEs, bugs and regressions 00004 // If you see something here, Alex *KNOWS ABOUT IT*. 00005 // Do NOT bug him about it. 00006 // Do NOT ask if he knows about it. 00007 // Do NOT complain about it. 00008 // Do NOT ask when it will be fixed. 00009 // Failure to respect this will *ACHIEVE NOTHING*. 00010 // 00011 // Hal: 00012 // - CMOS Initialization and CMOS Spinlock. 00013 // 00014 // Global: 00015 // - TODO: Complete the list of bugfixes 00016 // - Fix weird crash on boot with 0x867-0x872 EIP. 00017 // - Fix trap.s AMD64 VMWare "Greatlord Issue". 00018 // - Support SSE/MMX. 00019 // 00021 00022 // REACTOS GUIDANCE PLAN 00023 // ________________________________________________________________________________________________________ 00024 // / \ 00025 // | OB, PS, LPC, DBGK, EX, INIT => "Code complete". No expected changes until 0.5.0 | | 00026 // | SE => Not looked at. Interaction with Ps/Io is minimal and currently hacked away. Preserve. |J| 00027 // | HAL => Needs APC/DPC/IRQL implementation fixed ASAP in terms of interaction with Ke. |A| 00028 // | || || || || || || || || || || || || |N| 00029 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ | | 00030 // | BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES BUGFIXES |F| 00031 // | |E| 00032 // | KD/KDBG => Laptop has special version of ROS without these components. Commit in branch. |B| 00033 // | KD => Implement KD64 6.0, compatible with WinDBG | | 00034 // | || || || || || || || || || || || || |M| 00035 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |A| 00036 // | CM => TOTAL REWRITE. |R| 00037 // | || || || || || || || || || || || || | | 00038 // | || || || || || || || || || || || || |A| 00039 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |P| 00040 // | PNPMGR => TBD |R| 00041 // | || || || || || || || || || || || || |I| 00042 // | || || || || || || || || || || || || |L| 00043 // | || || || || || || || || || || || || | | 00044 // | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |M| 00045 // | MM => TOTAL REWRITE. |A| 00046 // | |Y| 00047 // \________________________________________________________________________________________________________/ 00048 // Generated on Sat May 26 2012 04:36:21 for ReactOS by
1.7.6.1
|