diff options
author | P. J. McDermott <pehjota> | 2012-07-05 01:51:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-05 01:51:11 (EDT) |
commit | d7adda1409472752b9c98d098f5429b5aa424c2a (patch) | |
tree | 0a14c986cb8084c6437c0865025186b8dfb1d5a6 | |
parent | d0378d9f04ad054822f2c44df12d1b5d98608dca (diff) |
Add hyperlinks to development projects from index.
-rw-r--r-- | dev/todo.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/todo.mdwn b/dev/todo.mdwn index 15fa5a8..d2978ad 100644 --- a/dev/todo.mdwn +++ b/dev/todo.mdwn @@ -3,31 +3,31 @@ There are a number of tasks that need to be done before the operating system can be considered ready for production use: - * Boot Sequencing + * [[dev/todo/boot-sequencing]] A flexible method of determining the order in which init scripts should be executed. - * Multiarch + * [[dev/todo/multiarch]] The ability to install and use packages built for non-native architectures. - * Installation Bootstrap Tool + * [[dev/todo/installation-bootstrap-tool]] A tool to bootstrap the installation of a basic system. - * Package Cross Building Tool + * [[dev/todo/package-cross-building-tool]] A tool to build packages within a chroot environment - * Multiarch Cross Toolchain Packages + * [[dev/todo/multiarch-cross-toolchains]] Packages of toolchain components that use multiarch library paths. - * Packaging + * [[dev/todo/packaging]] Software that should be packaged soon. - * Removing libbb from opkg + * [[dev/todo/removing-libbb-from-opkg]] The modification of opkg to dynamically link against a newer libbusybox. |