0x58 Unix
Thoughts
0x58 unix was created when I needed a library to do event handling, as well as forking, setting up pipes and executing programs with exec. During the same time an event handling system was required for the daemon. 0x58 unix was born. It is nowhere near complete, and much of it has not been tested. As time permits more and more changes will be made and the code will be brought up to speed. Eventually it will be a fully functional library that can be used to abstract away certain aspects of Unix, and make it easier for a C++ developer to use the various underlying systems without having to worry so much about compatibility. For example, picking an event system may limit the amount of OS's your software runs on, using 0x58 unix that will be abstracted away, allowing you to just ask for an event system to be initialised with a stable API thereby reducing the guess work involved.
Completed
Being Implemented
- Event handling
- Process Management:
