493094f764921eca01e2f47a90645cb8eca84234
[tpg/acess2.git] / TODO.txt
1 TODO:
2
3 === Hardware ===
4 - Cirrus 64-bit VisualMedia Accelerator
5    PCI 1013:00B8 (Cirrus CLGD5446)
6  > Specs avail?
7    Qemu Suggests http://home.worldonline.dk/~finth/
8  > Bochs/Qemu
9
10 - UniChrome Driver
11
12 - Sound Stack
13  > Intel 82801AA AC97 Audio (qemu)
14
15
16 === General Features ===
17 - #!
18  > Pass as argument? or pass pointer like ld-acess?
19  > argc/argv - Definitely
20
21 - Network Debugging + IPv6 Autoconf
22  > Should IPv6 RAs be done in kernel mode, or usermode?
23  > Wait until something like linux's net.conf.ipv6.accept_ra is set?
24  > Have a custom suffix for stateless IPs?
25
26 - Signals
27  > Add return value to mutexs and semaphores, and add warn_unused_ret
28
29
30 === Kernel Core ===
31 - Virtual PCI bus for system configuration
32  > Hook in drv_pci.c, with an arch-defined array of devices
33  > Allow hooks on PCI config accesses (to emulate power management etc)
34
35 - VFS Path caching
36  > Is it needed?
37  > Use a trie of path elements
38   - Trie on path content (with '/' included)
39   - Prefixed to reduce load
40   - Able to split
41  > Maintain backwards cache of elements
42  > Support symlink caching too
43
44 - USB Stack
45  > Check validity
46  > (DONE) Rework HC API to support structure used by OHCI/ECHI
47
48 - LVM Usablity
49  > /Devices/LVM/by-id/ and /Devices/LVM/by-label
50
51 === Userland ===
52 - AxWin3
53  > Text editor (with a GP formatted text field?)
54  > Maybe a basic web browser using the surface support?
55  > Port freetype for nice font support
56  > Configuration (via lib/server)
57
58 - Omnispeak
59  > Debug speed issues (tracing agian)
60  > Port to AxWin3
61  > (DONE) Trace memory corruption

UCC git Repository :: git.ucc.asn.au