mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Merge branch 'master' of github.com:xmm15/ZenithOS
This commit is contained in:
commit
b4899aff61
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ The Zenith Operating System is a modernized, professional fork of the 64-bit Tem
|
||||||
Features in development include:
|
Features in development include:
|
||||||
- Fully-functional AHCI support.
|
- Fully-functional AHCI support.
|
||||||
- Compiler optimizations for speed improvements.
|
- Compiler optimizations for speed improvements.
|
||||||
- VBE support, VESA graphics.
|
- ~~VBE support~~ 32-bit color VBE graphics.
|
||||||
- Network card drivers, network stack.
|
- Network card drivers, network stack.
|
||||||
|
|
||||||
![](/screenshots/screenshot2.png)
|
![](/screenshots/screenshot2.png)
|
||||||
|
@ -19,11 +19,10 @@ Previous releases are currently archived on the `mega.nz` website:
|
||||||
|
|
||||||
Changes include:
|
Changes include:
|
||||||
- 60FPS.
|
- 60FPS.
|
||||||
|
- VBE graphics with variable resolutions.
|
||||||
- Added a NONE #define for use in default function arguments.
|
- Added a NONE #define for use in default function arguments.
|
||||||
- 440Hz 'A' tuning changed to 432Hz.
|
- 440Hz 'A' tuning changed to 432Hz.
|
||||||
- Added CompComp function.
|
|
||||||
- HolyC -> CosmiC.
|
- HolyC -> CosmiC.
|
||||||
- Added Seg2Linear function.
|
|
||||||
- System-wide renames:
|
- System-wide renames:
|
||||||
- AOnce -> ZOnce
|
- AOnce -> ZOnce
|
||||||
- ACAlloc -> ZCAlloc
|
- ACAlloc -> ZCAlloc
|
||||||
|
|
Loading…
Reference in a new issue