You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PXUltima (POSIX Ultimatum) (Portable Operating System Interface ultimative version)
⚠️ [Warning]
This project is currently "work in progress".
Files are changed and moved very frequently.
Current use of this project is not recommended, but possible.
Structure
Same as the POSIX standard, this project shall be a wrapper API for any system to combines all special OS functions under the same name.
Additionally, as this project tries not to rely on dependencies outside the OS (3rd party) and not even fully depend on the OS itself (2nd Party), we gain the possibility of semi backwards compatible behaviour.
We want to be able to fully use modern advancements in operating systems, but also make it possible to use even in restricted systems like embedded or legacy systems. This either works by using the recommended workaround or simply responding "Not supported" without any further restictions to still being able to use the rest.
Content
C Actual implementation of everything in this project