Roadmap

Wiki page by khorben on 13/03/2011 22:57:35
--- /var/www/www.defora.org/wiki/Roadmap	2010/01/21 12:44:06	1.2
+++ /var/www/www.defora.org/wiki/Roadmap	2010/05/10 19:56:35	1.3
@@ -2,13 +2,13 @@
 Even though the <a href="https://www.defora.org/docs/defora" title="DeforaOS Project Reference">
 project reference</a> is still not complete, plans are being made to help the
 decisions, and continue to learn about operating system development throughout
-the design process. The complete current roadmap can be downloaded here, in <a href="http://live.gnome.org/Planner" title="Planner">planner</a> format:
+the design process. An (outdated) roadmap can be downloaded here, in <a href="http://live.gnome.org/Planner" title="Planner">planner</a> format:
 			</p>
-<div><a href="https://www.defora.org/download/DeforaOS.planner" title="DeforaOS roadmap"><img src="https://www.defora.org/icons/48x48/mime/default.png" alt=""><br/>DeforaOS.planner</a></div>
+<div><a href="https://www.defora.org/download/DeforaOS.planner" title="DeforaOS roadmap"><img src="https://www.defora.org/icons/48x48/mime/default.png" alt=""><br>DeforaOS.planner</a></div>
 			<h3>1. POSIX environment</h3>
 			<p>
 It makes it easy to complete a lot of working code, it gives a good view of the
-needs of an operating system, and makes one practice C and programming. A
+needs of an Operating System, and makes one practice C and programming. A
 number of UNIX utilities are already functional, including a shell. The libc has
 enough code for the environment to be booted on top of a third-party kernel.
 Work is currently concentrated on, in order:
@@ -16,24 +16,18 @@
 			<ol><li><a href="https://www.defora.org/os/project/14">libc</a></li><li><a href="http://people.defora.org/%7Ekhorben/temp/">bootable disk image creation</a></li><li><a href="https://www.defora.org/os/project/34">sh</a></li><li>the <a href="https://www.defora.org/os/project/13">utils</a>
 utilities suite</li><li>the <a href="https://www.defora.org/os/project/53">others</a>
 utilities suite (not part of the <a href="http://www.opengroup.org/onlinepubs/009695399/" title="The Open Group Base Specifications Issue 6">SUSv3</a>)</li><li>the <a href="https://www.defora.org/os/project/50">devel</a>
-utilities suite (part of the <a href="http://www.opengroup.org/onlinepubs/009695399/" title="The Open Group Base Specifications Issue 6">SUSv3</a> development extension)</li></ol>
+utilities suite (part of the <a href="http://www.opengroup.org/onlinepubs/009695399/" title="The Open Group Base Specifications Issue 6">SUSv3</a> development extension)</li></ol>The aim is to provide a fully-functional working environment, eventually matching the hardware requirements of some embedded platforms. Besides, this environment proves great in helping to write portable code, the libc abstracting away the differences between the different kernels. Moreover, its code was kept simple enough to know instantly the differences between them, and then fasten and ease the implementation of tools parsing C code, such as compilers and static analyzers.<br>

 			<h3>2. DeforaOS System software</h3>
-			<p>
-With the completion of the POSIX code, the actual management of the system will
-be handled by the original concepts of DeforaOS. This will mean a focus on, in
+			<p>Meanwhile, the actual implementation of DeforaOS, with its own original concepts, will be based on an entirely different ground. This will mean a focus on, in
 order:
 			</p>
 			<ol><li><a href="https://www.defora.org/index.php?module=project&amp;action=default&amp;id=27">libSystem</a>'s AppInterface private class
 (distributed message passing)</li><li>Session, the users' login program</li><li><a href="https://www.defora.org/index.php?module=project&amp;action=default&amp;id=41">Init</a> (the
-system's Session)</li></ol>
-			<h3>3. DeforaOS micro-kernel</h3>
+system's Session)</li><li>VFS (transparent file management over the network)</li></ol>The plan is to experiment outside of the historical and cryptic existing standards for C development, meaning that the libSystem will be the equivalent to the libc on the system. With an object-oriented approach, it is believed that this framework will then easily provide consistent backends for different, higher-level languages.<br>
+			<h3>3. DeforaOS graphical environment</h3>A strong focus on the usability of the system as a whole is also a major aspect of the development of this project. Notwithstanding the amount of work already required in the two first tasks, it is believed to be necessary to study and fulfill the requirements of actual users, so as to better design the underlying layers of the system.<br>Therefore, a full-featured desktop environment is also being developed actively as part of this project. It is achieved while trying to rely on fewer external resources wherever possible, meaning it will eventually be easy to integrate with the rest of the system. Another benefit of this approach is, again, to match the requirements of embedded platforms.<br><h3>4. DeforaOS micro-kernel</h3>
 			<p>
 If by the time the userland system is actually complete, there is not an
-existing kernel tailored to its requirements, then the development of the
-micro-kernel will be started.
-			</p>
-			<p>
-Please refer to the <a href="https://www.defora.org/download/DeforaOS.planner" title="DeforaOS roadmap">DeforaOS.planner</a> file for more details, and the
-steps currently planned (and their completion level).
-			</p>
\ No newline at end of file
+existing kernel tailored to its requirements, then the development of a dedicated
+micro-kernel will be started. Meanwhile, portability across as many existing Operating Systems is the objective, including flavors of the Linux, BSD and Solaris-based distributions.<br></p>
+
\ No newline at end of file
Revisions
NameDateAuthorMessage
1.9 (diff)khorben
1.8 (diff)khorben
1.7 (diff)khorben
1.6 (diff)khorben
1.5 (diff)khorben
1.4 (diff)khorben
1.3 (diff)khorben
1.2 (diff)
1.1