Updated info about debugging.
[reactos.git] / reactos / doc / todo
1
2 * Critical path tasks
3 Test and debug Registry routines
4 Finish multiple system service table support (HalRegisterServiceTable)
5 Modify GENNTDLL to generate all needed system service tables
6
7 * These tasks would be nice
8 Separate HAL into KM DLL
9
10 * Function groups totally or partially unimplemented
11
12 Dma functions (see hal/x86/dma.c)
13 PCI interface functions (see hal/x86/bios32.c, hal/x86/pci.c)
14 HalExamineMbr
15 Locale support (see ex/locale.c)
16 Shutdown support (see ex/power.c)
17 Zw(Set/Get)SystemInformation (see ex/sysinfo.c)
18 Adapter functions (see io/adapter.c)
19 Io cancelation support (see io/cancel, et al)
20 Directory change notification (see io/dir.c)
21 Error logging (see io/errlog.c)
22 Buffer flushing (see io/flush.c)
23 Io completion ports (see io/iocomp.c)
24 DeviceIoControl support (see io/ioctrl.c)
25 File locking (see io/lock.c)
26 Mailslots (see io/mailslot.c)
27 Named pipes (see io/npipe.c)
28 Hardware resource management (see io/resource.c)
29 File access checking (see io/share.c)
30 APCs to user-mode (see ke/apc.c, ke/apchelp.asm)
31 Exception support (see ke/catch.c)
32 Mutex support (see ke/mutex.c)
33 Semaphore support (see ke/sem.c)
34 Timer support (see ke/timer.c)
35 Properly calibrate delay loop (see ke/timer.c)
36 Waiting for multiple objects (see ke/wait.c)
37 Single linked lists (see rtl/slist.c)
38 Sequenced lists (see rtl/seqlist.c)
39
40 * Verify implementation
41
42 Fast mutexes (see ex/fmutex.c)
43
44 * Major areas
45
46 Security support (see se/*.c)
47 Registry support (see cm/*.c)
48 Paging support
49 File system cache support
50 SCSI miniport driver
51 Network support
52 Video drivers
53 USER and GDI modules
54
55 * Drivers
56 NTFS, EXT2 filesystems
57 Many others (use oem's where possible)
58
59 * For the future
60 DOS, Win16, POSIX subsystems