An open API service indexing awesome lists of open source software.

https://github.com/vpoulailleau/dezos

DezOS is an simplistic and minimalist operating system (OS) to understand how can an OS work.
https://github.com/vpoulailleau/dezos

c operating-system os toy-project

Last synced: 4 months ago
JSON representation

DezOS is an simplistic and minimalist operating system (OS) to understand how can an OS work.

Awesome Lists containing this project

README

          

# DezOS

DezOS is an simplistic and minimalist operating system (OS) to understand how
can an OS work.

It's writen in C, and can be used under any OS process or thread
(Windows, Linux, MacOS…) or even on
[bare metal](https://en.wikipedia.org/wiki/Bare_machine).

It allows the study and the construction of an OS, this for educational
purposes.

## Licence

BSD 3-clause

PR are welcome.

## Functionalites

* Operating system
* Coroutines
* Utilities
* Simplistic dynamic allocation
* Linked list
* FIFO