apoptOS
1.0.0
A modern x86_64 UNIX-like microkernel-based operating system written in C and Assembly
malloc and freeUnderstand:
Write:
NOTE: Depending on your Linux Distribution the package names might be different (supposing you are using Linux)
git clone https://github.com/Tix3Dev/apoptOS --recursivecd apoptOSmake all (release build, for debug build use make all_dbg)make run (release QEMU version, for debug QEMU version use make run_dbg)For those interested in contributing, please refer to the contributing guidelines.