X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=TODO.txt;h=79ac65f7be8f05a60c9324b85a871157e8768b95;hb=4e00e82a0ecfa03a11d96313fc53a014287319ce;hp=bb2bbf7521ce17f5a68b4d011ae91301fa98749a;hpb=a2ee0a8b82f3f982b2667dac525b3857a6b8ee7a;p=tpg%2Facess2.git diff --git a/TODO.txt b/TODO.txt index bb2bbf75..79ac65f7 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,6 +12,9 @@ TODO: - UniChrome Driver +- Sound Stack + > Intel 82801AA AC97 Audio (qemu) + - Init Scripts > With an argument to init passed from the kernel? @@ -32,13 +35,17 @@ TODO: > Allow hooks on PCI config accesses (to emulate power management etc) - VFS Path caching + > Is it needed? > Use a trie of path elements + - Trie on path content (with '/' included) + - Prefixed to reduce load + - Able to split > Maintain backwards cache of elements > Support symlink caching too - USB Stack > Check validity - > Rework HC API to support structure used by OHCI/ECHI + > (DONE) Rework HC API to support structure used by OHCI/ECHI - LVM Usablity > /Devices/LVM/by-id/ and /Devices/LVM/by-label @@ -46,9 +53,11 @@ TODO: - AxWin3 > Text editor (with a GP formatted text field?) > Maybe a basic web browser using the surface support? + > Configuration (via lib/server) - Omnispeak > Debug speed issues (tracing agian) > Port to AxWin3 + > (DONE) Trace memory corruption - Port dropbear!