Skip to content

nyanzebra/TinyOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyOS Build Status Coverage Status

Why make an OS?

Because it is fun, and it will be cool to make an OS that has a small foot print and that I can use eventually for developing other projects

Why use C++?

C++ is a strong choice for making an OS; it provides object encapsulation for making data-structures (as opposed to C or using traits/impl + macros in Rust), is still ridiculously fast, and has templates!

What will be included?

I would like to reach the following:

  • Filesystem
  • Threads/Process
  • Context switching
  • Concurrency
  • Networking
  • System calls
  • Scheduling (a bit related to above :P)
  • Light GUI?
  • Extensible API into Python?

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published