For those interested in helping develop RetroLinux, here's the current todo list for the core system. If you're interested in helping, let us know!


Kernel
  We use Linux as our kernel for now.

Unix
 [crc] Shell
 [tcn] Editor (improvements made by crc)
       [tcn] New text editor
 [crc] cat
 [crc] grep
 [ ] sed (port of sedmod)
 [crc] wc
 [tcn] ls (improvements in formatting by crc)
 [crc] cp
 [crc] mv
 [crc] rm
 [crc] cd
 [crc] mkdir
 [crc] dd
Languages
 [ ] Small C/Plus
 [crc] Interpreter/Compiler
 [crc] BASIC
 [crc] Math Calculator (like 'bc')
 [ ] link editor
 [ ] assembler
     [ ] Port recent version of NASM
 [ ] archive (ar)
 [crc] RetroForth
Libraries
 [ ] libc (Use dietlibc until we get our own written)
     [x] libstring
     [x] libstdio
         [x] printf
     [x] itoa()
     [x] libsys
 [ ] libnet
 [crc] libasm
 [crc] libsys (syscall-based replacement for Libc)
 [ ] svgalib port

Program Management
 [x] Install
