Skip to content

sharbel256/microkernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phase 1

microkernel-project/
├── CMakeLists.txt
├── kernel/
│   ├── CMakeLists.txt
│   ├── include/
│   │   └── kernel/
│   │       └── PluginInterface.hpp
│   └── src/
│       └── main.cpp
└── plugins/
    ├── CMakeLists.txt
    ├── plugin1/
    │   ├── CMakeLists.txt
    │   └── src/
    │       └── Plugin1.cpp
    └── plugin2/
        ├── CMakeLists.txt
        └── src/
            └── Plugin2.cpp

About

numeri's prototype design and toy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published