All task switching is done in software.
[reactos.git] / reactos / doc / todo
1
2 * Critical path tasks
3 Test and debug Registry routines
4 Implement file cache
5 Implement paging
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 File locking (see io/lock.c)
25 Mailslots (see io/mailslot.c)
26 Named pipes (see io/npipe.c)
27 Hardware resource management (see io/resource.c)
28 File access checking (see io/share.c)
29 Exception support (see ke/catch.c)
30 Mutex support (see ke/mutex.c)
31 Semaphore support (see ke/sem.c)
32 Timer support (see ke/timer.c)
33 Single linked lists (see rtl/slist.c)
34 Sequenced lists (see rtl/seqlist.c)
35
36 * Verify implementation
37
38 Fast mutexes (see ex/fmutex.c)
39
40 * Major areas
41
42 Security support (see se/*.c)
43 SCSI miniport driver
44
45 * Drivers
46 NTFS, EXT2 filesystems
47 Many others (use oem's where possible)
48
49 * For the future
50 DOS, Win16, POSIX subsystems