summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 02:27:53 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 02:27:53 (EDT)
commitdf246893e22a45fb5ab09359dbeea958648bdd2a (patch)
tree883d1dbcc855867ea5184865593e69b378c864b4
parent72586a2ef8bf47f4df235b38bb8d33ddbff13239 (diff)
Add ID-less hyperlink to "dev/todo".
-rwxr-xr-xdev.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.html b/dev.html
index bff926a..58da2d0 100755
--- a/dev.html
+++ b/dev.html
@@ -37,7 +37,7 @@
<p>All packages are cross-built using a toolchain consisting of kernel headers, GNU Binutils, GCC, and a standard C/C++ library. The cortexa8-linux-eglibc port, for example, is <a href="http://git.os.pehjota.net/notes/free-embedded-os.git/tree/temporary-bootstrap-builder-setup-cortexa8.txt">currently built</a> using Linux-libre 3.2.7, GMP 5.0.2, MPFR 3.1.0, MPC 0.9, Binutils 2.22, GCC 4.6.2, and EGLIBC 2.15.</p>
<p>This operating system currently supports the following programming languages: C (ISO/IEC 9899 as <a href="http://gcc.gnu.org/onlinedocs/gcc/Standards.html">implemented by GCC</a>), C++ (ISO/IEC 14882 as <a href="http://gcc.gnu.org/onlinedocs/gcc/Standards.html">implemented by GCC</a>), UNIX shell command language (POSIX.1-2008 XCU), and microprocessor assembly languages (with syntax and directives as implemented in GNU as). Support for more languages (e.g. Perl and Python) will come as their respective interpreters and compilers are packaged; this may take time as these programs usually have many build-time and run-time dependencies and some of these programs cannot easily be cross-built.</p>
<h2>Remaining Tasks</h2>
-<p>There are a number of development projects that remain to be done.</p>
+<p>There are a number of <a href="todo">development projects</a> that remain to be done.</p>
<dl>
<dt><a href="todo#boot-sequencing">Boot Sequencing</a></dt>
<dd>A flexible method of determining the order in which init scripts should be executed.</dd>