Changes between Version 49 and Version 50 of FAQ
- Timestamp:
- 2017-05-25T19:36:52Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v49 v50 109 109 No, not at all. There are definitely many more various content management systems, office suites or web browsers out there than there are microkernel-based multiserver operating systems like HelenOS. 110 110 111 === After so many years of development, HelenOS still cannot do ''<xyz>''? ===112 113 We are developing a new operating system from scratch as compared to a mere cloning an existing system with an established API. This forces us to figure out and design everything ourselves, which takes time.114 115 The HelenOS development process can be characterized as breadth-first rather than depth-first. Breadth-first here denotes the fact that we are writing code which runs on half-dozen processor architectures and is highly multiplatform and portable. This is in strong contrast with the depth-first development model, in which a project quickly gains a lot of desktop features on only one architecture (typically x86) but its poor design prevents it from being ported to more platforms.116 117 111 == Toolchain-related Questions == 118 112