diff options
author | P. J. McDermott <pehjota> | 2012-07-05 01:41:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-05 01:41:31 (EDT) |
commit | 8267e2e011d9c68f2481c332dc3563c6e8fea66e (patch) | |
tree | 36dec5366c55b81bb5eef72a39a1704117662d81 /dev | |
parent | 07bfbac0e5794076b2f63934854a9c2813100f1f (diff) |
Make an index of development projects.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/todo.mdwn | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev/todo.mdwn b/dev/todo.mdwn new file mode 100644 index 0000000..0171147 --- /dev/null +++ b/dev/todo.mdwn @@ -0,0 +1,33 @@ +[[!meta title="Development Projects]] + +There are a number of tasks that need to be done before the operating system can +be considered ready for production use: + + * Boot Sequencing + + A flexible method of determining the order in which init scripts should be + executed. + + * Multiarch + + The ability to install and use packages built for non-native architectures. + + * Installation Bootstrap Tool + + A tool to bootstrap the installation of a basic system. + + * Package Cross Building Tool + + A tool to build packages within a chroot environment + + * Multiarch Cross Toolchain Packages + + Packages of toolchain components that use multiarch library paths. + + * Packaging + + Software that should be packaged soon. + + * Removing libbb from opkg + + The modification of opkg to dynamically link against a newer libbusybox. |