Add NDK FIXME List.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 26 Jun 2005 14:52:15 +0000 (14:52 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 26 Jun 2005 14:52:15 +0000 (14:52 +0000)
svn path=/trunk/; revision=16287

reactos/include/ndk/fixmes.txt [new file with mode: 0644]

diff --git a/reactos/include/ndk/fixmes.txt b/reactos/include/ndk/fixmes.txt
new file mode 100644 (file)
index 0000000..e18ae19
--- /dev/null
@@ -0,0 +1,39 @@
+NDK FIXMES\r
+-----------\r
+\r
+Order:\r
+       * Priority 1 = Easiest to fix.\r
+       * Priority 5 = Hardest to fix.\r
+\r
+Format:\r
+       <Priority Level>\r
+       - FIXME Description (Assigned Fixer) [FIXME location(s)]\r
+\r
+List:\r
+       Priority 1:\r
+       - LDR_DATA_TABLE_ENTRY has a ROSSYM Hack (GvG) [ldrtypes.h]\r
+       - LDR_FLAGS are not correct (Alex) [ldrtypes.h]\r
+       - Remove extra Process Info classes from ddk [zwtypes.h]\r
+       - PsEstablishWin32Callouts + Parameters don't match NT (Alex) [obtypes.h]\r
+       - PROCESS_SET_PORT was removed, ThomasW did a patch about this? (Thomas) [pstypes.h]\r
+       - Some files need cleanup (Alex + Eric) [zwfuncs.h, rtlfuncs.h, rtltypes.h]\r
+\r
+       Priority 2:\r
+       - DEVICE_NODE has 2 fields not part of NT's defintion [iotypes.h]\r
+       - Object Callbacks don't match NT's (Alex) [obtypes.h]\r
+       - Remove Create Callback Hack (Alex) [obtypes.h]\r
+       - Object header doesn't match NT (Alex) [obtypes.h] blocks on ->\r
+               - Object Directory + implementation doesn't match NT (Alex) [obtypes.h]\r
+\r
+       Priority 3:\r
+       - Pushlock support is needed to fix EPROCESS (Alex) [pstypes.h]\r
+       - MADDRESS_SPACE must be converted into the NT Type (Alex) [pstypes.h, mmtypes.h]\r
+\r
+       Priority 4:\r
+       - Kernel and Memory Types are not architecture-specific [ketypes.h, mmtypes.h]\r
+       - Win32K Builds with windows.h [extypes.h, ketypes.h]\r
+\r
+       Priority 5:\r
+       - LPC Types are totally wrong. [lpctypes.h]\r
+       - Missing System Info Classes [zwtypes.h]\r
+       - Process Priority Classes are messed up [pstypes.h]
\ No newline at end of file