Changeset 03bf4fc in mainline
- Timestamp:
- 2018-10-03T18:37:32Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6404aca
- Parents:
- 9b0ceb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r9b0ceb1 r03bf4fc 10 10 extensible, fault tolerant and easy to understand. 11 11 12 HelenOS does not aim to be a clone of any existing operating system 13 and trades compatibility with legacy APIs for cleaner design. 14 Most of HelenOS components have been made to order specifically for 15 HelenOS so that its essential parts can stay free of adaptation layers, 16 glue code, franken-components and the maintenance burden incurred by them. 12 HelenOS aims to be compatible with the C11 and C++14 standards, but does not 13 aspire to be a clone of any existing operating system and trades compatibility 14 with legacy APIs for cleaner design. Most of HelenOS components have been made 15 to order specifically for HelenOS so that its essential parts can stay free of 16 adaptation layers, glue code, franken-components and the maintenance burden 17 incurred by them. 17 18 18 19 * [Website](http://helenos.org)
Note:
See TracChangeset
for help on using the changeset viewer.