@@ -7,7 +7,7 @@ The main idea of the project is to quickly and efficiently create a compatible e
77* CPU
88 * [x] UEFI boot
99 * [x] [ x86-64-only mode (** dropping x86-32** )] ( x64.md )
10- * [ ] Multicore HAL and scheduler
10+ * [ ] Multi-core CPUs and scheduler
1111* GPU
1212 * [ ] [ Software Vulkan] ( ../User-Guide/Vulkan.md )
1313 * [ ] Hardware Vulkan
@@ -16,26 +16,30 @@ The main idea of the project is to quickly and efficiently create a compatible e
1616* Engine
1717 * [x] [ New one in Hexa] ( ../User-Guide/Hexa.md )
1818 * [x] Stable memory manager
19- * [ ] GUI for OS installer
20- * [ ] [ Moving to a journaling filesystem] ( ../User-Guide/Greentea-FS.md )
21- * [x] LiveCD/USB
22- * [ ] Stable networking
2319 * [x] Initial .exe support
24- * [ ] Full .exe support
20+ * [x] GUI-capable .exe support
21+ * [ ] Browsers
22+ * [ ] Wi-Fi & Bluetooth
23+ * [ ] Networking protocols
24+ * [ ] Third-party drivers support
25+ * [ ] [ Moving to a modern filesystem] ( ../User-Guide/Greentea-FS.md )
2526 * [ ] Unix subsystem (only software)
2627 * [ ] Android subsystem
28+ * [x] LiveCD/USB
29+ * [ ] GUI for OS installer
2730 * [ ] [ Easy system updates] ( ../User-Guide/Rolling.md )
2831* Visuals
2932 * [x] New default theming and visuals
33+ * [ ] HiDPI
3034 * [ ] Theming engine
31- * [ ] [ New HTML5-alike theming engine and toolkit] ( ../User-Guide/Web.md )
35+ * [ ] [ New flexible theming engine and toolkit] ( ../User-Guide/Web.md )
3236 * [ ] Overhaul of theming engine (GPU-accelerated, shadows, blurs, effects)
3337* Shell and UI
3438 * [x] Initial implementations of shell, tray, explorer, start button and others
3539 * [x] Greentea widgets and GUI elements
3640 * [ ] Stabilization of shell, tray, explorer, start button and others
3741 * [ ] [ Shell overhaul to add modern features and look] ( ../User-Guide/Control-Panel.md )
38- * [ ] Customizable themes and widgets
42+ * [ ] Customizable themes and widgets with external theme-packs
3943 * [ ] Stable and finished user space software
4044
4145---
@@ -44,11 +48,12 @@ The main idea of the project is to quickly and efficiently create a compatible e
4448
4549This project started as a controversy to undefined future (and past) of existing operating systems.
4650Our team decided to define precise list of * the most useful* features to the wide audiences.
47- Features, like ARM support, aren't really useful in any real manner * right now* , as already showed by other vendors .
51+ Some features aren't really useful in any real manner * right now* , and their priority may be lowered .
4852
4953** Update from 2023:** seems like M1 CPUs finally make ARM support valuable?
54+ ** Update from 2025:** M2+ CPUs seems like nearly impossible to fully support due to hardware changes
5055
51- Features, like LPT printing, has so small applicability (LPT ports in 2018 anyone?),
56+ Features, like LPT printing, has so small applicability (LPT ports in 2025+ anyone?),
5257so can't be considered in any manner real target for Greentea OS team and use case for our users.
5358Also, multiply that by a * enormous* number of bugs, hacks and workarounds, which we should fix now,
5459to at least make non-academic project! And then improve implementations, ** the real things** .
0 commit comments