X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=TODO.txt;h=7269ce62dace200684b849c7dd3442da405f73ac;hb=3c283c4831c40c14d308a54cefb997832a860bca;hp=1a549763b680a5ae4c970b4ce35490925c555485;hpb=e4342ad9de52043cb8f820643794dc44076f9bd9;p=tpg%2Facess2.git diff --git a/TODO.txt b/TODO.txt index 1a549763..7269ce62 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,6 @@ TODO: -- E1000 Driver (stubbed) - > Find specs - http://download.intel.com/design/network/manuals/8254x_GBe_SDM.pdf - > Use bochs/qemu only as a backup +=== Hardware === - Cirrus 64-bit VisualMedia Accelerator PCI 1013:00B8 (Cirrus CLGD5446) > Specs avail? @@ -15,9 +12,8 @@ TODO: - Sound Stack > Intel 82801AA AC97 Audio (qemu) -- Init Scripts - > With an argument to init passed from the kernel? +=== General Features === - #! > Pass as argument? or pass pointer like ld-acess? > argc/argv - Definitely @@ -30,6 +26,11 @@ TODO: - Signals > Add return value to mutexs and semaphores, and add warn_unused_ret +- Restructure build system into: + "ARCH=armv7-tegra2", "EDITION=smp" + > While you're at it, clean up the build system filenames and ARCH=native/ARCH=host-* + +=== Kernel Core === - Virtual PCI bus for system configuration > Hook in drv_pci.c, with an arch-defined array of devices > Allow hooks on PCI config accesses (to emulate power management etc) @@ -50,6 +51,7 @@ TODO: - LVM Usablity > /Devices/LVM/by-id/ and /Devices/LVM/by-label +=== Userland === - AxWin3 > Text editor (with a GP formatted text field?) > Maybe a basic web browser using the surface support? @@ -60,5 +62,3 @@ TODO: > Debug speed issues (tracing agian) > Port to AxWin3 > (DONE) Trace memory corruption - -- Port dropbear!