forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo
37 lines (27 loc) · 966 Bytes
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* Critical path tasks
Test and debug Registry routines
Implement file cache
Implement paging
* These tasks would be nice
Separate HAL into KM DLL
* Function groups totally or partially unimplemented
Dma functions (see hal/x86/dma.c)
Shutdown support (see ex/power.c)
Zw(Set/Get)SystemInformation (see ex/sysinfo.c)
Io cancelation support (see io/cancel, et al)
Directory change notification (see io/dir.c)
Error logging (see io/errlog.c)
Io completion ports (see io/iocomp.c)
File locking (see io/lock.c)
Hardware resource management (see io/resource.c)
Exception support (see ke/catch.c)
Mutex support (see nt/mutex.c)
* Verify implementation
* Major areas
Security support (see se/*.c)
SCSI miniport driver
* Drivers
NTFS, EXT2 filesystems
Many others (use oem's where possible)
* For the future
DOS, Win16, POSIX subsystems