Import ExectOS Web Site #1

Merged
belliash merged 41 commits from development into master 2024-06-18 23:00:03 +02:00
Showing only changes of commit 5ed1a5208f - Show all commits

View File

@ -23,10 +23,13 @@ Thanks to that ExectOS will allow to run existing software, including Win32 appl
## Features ## Features
* Completely free, Open Source and community-driven modern Operating System. * Completely free, Open Source and community-driven modern Operating System.
* Native multiple architecture support. It runs on x86 and x86_64 and is portable to other architectures. * Native multiple architecture support. It runs on x86 and x86_64 and is portable to other architectures.
* Hardware layer API allows for a single unified kernel. There is no need to maintain a separate kernel forks.
* Uses a couple of ideas from other open source projects, but its our own ideas that really sets us apart and defines * Uses a couple of ideas from other open source projects, but its our own ideas that really sets us apart and defines
ExectOS. The majority of code is original, not forked. ExectOS. The majority of code is original, not forked.
* Modular design for better compatibility with existing software. * Modular design for better compatibility with existing software and drivers, enabling binaries to remain compatible even
* Own, XT drivers for commonly used devices as well as NT drivers compatibility layer for better hardware support. when the core system is updated.
* Own, XT drivers for commonly used devices as well as NT drivers compatibility layer for better hardware support.
* Technical support directly from the architects and developers of the system.
## Why ## Why
* We believe, there is no ideal Operating System on the market. During ExectOS development, we try to bring most useful * We believe, there is no ideal Operating System on the market. During ExectOS development, we try to bring most useful