SmartPolarBear / project-dionysus

A research kernel written in modern C++.

Home Page:https://xkzzzzzz.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project "Dionysus"

The project "Dionysus" aims at applying theories and practices concerning operation systems to a hybrid kernel in modern C++.

issues forks stars license twitter

Built With

Environment

The project is initially built on Debian in WSL2 with:

  • clang/ LLVM 13
  • CMAKE, 3.19 and above.

Note: Other compilers may be competent, but C++20 support for compiler is required, for C++20 features like std::span are massively used.

Third-party libraries

Features and goals

  • Multi-server microkernel
  • Asynchronous API
  • Written in modern C++

Roadmap

Q3 2021 Q1 2022 Far Future
βœ… Basic OS structure
πŸ”„Kernel-mode servers
πŸ”„ Basic userland and shell
❌ Extended OS features
❌ OS security features
❌ Asynchronous API
❌ Graphic support
❌ Window system
❌ Accessories

βœ… Supported | πŸ”„ In progress | ❌ In plan

Contributing

Contributions are what make the open source community such an amazing place to be learned, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Furthermore, you are welcomed to:

  1. Ask a question
    Also, have a look at our FAQs.
  2. Start a discussion
    Discussions can be about any topics or ideas related to project-dionysus.
  3. Make a feature proposal
    Kernel features do you want to appear or not to appear in project-dionysus? For example, you can propose a new kernel server making the project-dionysus better, or an idea for userland features.

Credits

The development of this project mostly refers to, and sometimes borrows some techniques, designs and codes from the following project:

  • mit-pdos/xv6-public
    xv6 inspired me to start the project to build a kernel, with which I got knowledge of operation systems. And some of its shortcomings motivated me to create this project.

  • Stichting-MINIX-Research-Foundation/minix
    A series of papers and the book about the development of minix 3 not only let me know about what is microkernel and how it works but also have a deep influence on the goal and development of this project.

  • vsrinivas/fuchsia
    Google's new operation system.

License

Copyright (c) 2021 SmartPolarBear

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A research kernel written in modern C++.

https://xkzzzzzz.xyz/

License:MIT License


Languages

Language:C++ 95.0%Language:CMake 2.0%Language:C 1.2%Language:Python 1.1%Language:Assembly 0.7%Language:Makefile 0.1%