From AuroraUX

Jump to: navigation, search

This is a quick list of bit size jobs that can be done ranging from 20min of work to a few hours.

Let us know what you intend to work on so that we may assign you the task in our task tracker to avoid duplicating work.

  • Task Tracker Here

Also note that you may want the Ada Reference Manual near as well. See external references.

TODO

  • Reimplementation in Ada2005:

Packages From Project Singularity (Core OS)

AURAbaseline-commands

AURAbaseline-commands contains the basics commands of a Unix system.

* High Priority *
  • tail - root_i386-nd/usr/xpg4/bin/tail (The XPG4 version of `tail` is closed.)
  • sed - root_i386-nd/usr/xpg4/bin/sed (The XPG4 version of `sed` is closed.)
  • od - root_i386-nd/usr/xpg4/bin/od (The XPG4 version of `od` is closed.)
  • more - root_i386-nd/usr/xpg4/bin/more (The XPG4 version of `more` is closed.)
  • tr -
    • - root_i386-nd/usr/xpg6/bin/tr (The XPG6 version of `tr` is closed.)
    • - root_i386-nd/usr/xpg4/bin/tr (The XPG4 version of `tr` is closed.)
* Low Priority *
  • echo - Started; source/AURAbaseline-commands/source/echo/echo.adb (90% done)
  • cat
  • du
  • dd
  • mv
  • rm
  • pwd - Started; source/AURAbaseline-commands/source/pwd/pwd.adb (90% done)

N.B. This list is not complete however its a good start. Pick one and go your hardest ;) Any help is *very* much appreciated ! Please also note that the OpenSolaris C source is just as a reference. If you think that the GNU version is better and is fully compatible with the OpenSolaris version that it would probably make sense to implement that instead. However if you find that the GNU version is better however *not compatible* with the OpenSolaris version please do discuse it in the IRC with the rest of us before drawing up your spec sheet !

References

External