Skip to content

menix-os/menix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menix

A minimal and expandable Unix-like operating system.

This is a hobby project to learn OS development. The kernel itself uses a hybrid microkernel architecture. It handles:

  • Booting
  • Interprocess Communication
  • Scheduling
  • Virtual File System
  • Virtual Memory

Building from source

Note: The project is currently in a pre-alpha stage of development and neither stable nor ready to use.

See Building

Contributing

Contributions are always welcome! First, please read the contributing guide to make sure your code fits to the rest of the project. Open an issue or pull request with the appropriate template and submit your changes.

Documentation

More in-depth documentation can be found in the kernel-docs repository.