Self-hosting environment

Wiki page by khorben on 19/10/2010 01:51:32
--- /var/www/www.defora.org/wiki/Self-hosting environment	2010/10/07 23:46:26	1.2
+++ /var/www/www.defora.org/wiki/Self-hosting environment	2010/10/07 23:46:55	1.3
@@ -1 +1 @@
-<h3>Summary</h3>As any complete Operating System, DeforaOS should eventually be self-hosted, or in other words, able to be compiled and executed on top of its own environment. This is much easier when starting from a stable, well-known environment, as defined by the POSIX standard.<br><h3>Description</h3>Its sub-projects are therefore developed in parallel, some strictly following the POSIX specifications. Together, they should be able to re-generate a working system, starting only from source code. Of course, they are also useful as an alternative to the core environment as provided by DeforaOS, and on embedded systems in particular. In practice, the experience gained here is integrated into the main environment, to help define it.<br><h3>Components</h3>The relevant projects are listed here in decreasing importance:<br><ol><li>libc</li><li>Loader<br></li><li>sh</li><li>scripts</li><li>utils</li><li>others</li><li>cpp</li><li>as</li><li>c99</li><li>inetd</li><li>uBooter</li><li>uKernel</li></ol><h3>Global tasks</h3>To achieve this goal, completion of the following tasks is required:<br><ul><li style="text-decoration: line-through;">execution of a binary, statically linked to the libc</li><li style="text-decoration: line-through;">execution of a binary, dynamically linked to the libc</li><li style="text-decoration: line-through;">creation of a bootable Operating System image, offering a working shell</li><li>creation of a bootable Operating System image, providing a multi-user environment</li><li>compilation of a system object, to be successfully linked with another binary</li><li>compilation of a binary executable, statically linked</li><li>compilation of a binary executable, dynamically linked<br></li></ul><h3>Current status</h3>Progress with the libc, sh, utils and others projects is still required to complete the current task.<br>Completion of the Loader project would allow the entirety of the userland environment to originate from the DeforaOS project. It would also solve a compatibility issue with Linux 2.4 kernels.<br>
\ No newline at end of file
+<h3>Summary</h3>As any complete Operating System, DeforaOS should eventually be self-hosted, or in other words, able to be compiled and executed on top of its own environment. This is much easier when starting from a stable, well-known base, as defined by the POSIX standard.<br><h3>Description</h3>Its sub-projects are therefore developed in parallel, some strictly following the POSIX specifications. Together, they should be able to re-generate a working system, starting only from source code. Of course, they are also useful as an alternative to the core environment as provided by DeforaOS, and on embedded systems in particular. In practice, the experience gained here is integrated into the main environment, to help define it.<br><h3>Components</h3>The relevant projects are listed here in decreasing importance:<br><ol><li>libc</li><li>Loader<br></li><li>sh</li><li>scripts</li><li>utils</li><li>others</li><li>cpp</li><li>as</li><li>c99</li><li>inetd</li><li>uBooter</li><li>uKernel</li></ol><h3>Global tasks</h3>To achieve this goal, completion of the following tasks is required:<br><ul><li style="text-decoration: line-through;">execution of a binary, statically linked to the libc</li><li style="text-decoration: line-through;">execution of a binary, dynamically linked to the libc</li><li style="text-decoration: line-through;">creation of a bootable Operating System image, offering a working shell</li><li>creation of a bootable Operating System image, providing a multi-user environment</li><li>compilation of a system object, to be successfully linked with another binary</li><li>compilation of a binary executable, statically linked</li><li>compilation of a binary executable, dynamically linked<br></li></ul><h3>Current status</h3>Progress with the libc, sh, utils and others projects is still required to complete the current task.<br>Completion of the Loader project would allow the entirety of the userland environment to originate from the DeforaOS project. It would also solve a compatibility issue with Linux 2.4 kernels.<br>
\ No newline at end of file
Revisions
NameDateAuthorMessage
1.4 (diff)khorben
1.3 (diff)khorben
1.2 (diff)khorben
1.1khorben