Skip to content

A DragonFlyBSD, Openmach and SerenityOS based hybrid Kernel

License

Notifications You must be signed in to change notification settings

alvarorichard/FKernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FKernel

FKernel is a Hybrid Kernel envisioned by KitsuneSemCalda aiming to be similar to Unix/BSD and Plan9, specifically designed for x64.

The focus of FKernel is to be built with some Memory Safety utilizing and leveraging Smart Pointers and smart compilers like Rust.

About

FKernel is a project to be written in C++, Rust, and Nasm. It aims to be easily customizable using an SDK based on Object-Oriented programming, facilitating secure development of Drivers and Modules.

Prerequisites

Building

$ xmake

and

$ xmake run

Contribution

Contributions are welcome! But this is an opinionated project, so please make sure your changes align with the project's goals and vision. Here are some ways you can contribute:

  • Bug: In case you find a new bug, please create an issue on our GitHub with steps to reproduce the bug or provide tests to verify its resolution.

  • Feature: If you have a new feature idea, please create an issue and discuss it with the team before starting to code.

  • Documentation: Help us improve the documentation by fixing typos, adding examples, adding new languages, or clarifying explanations.

  • Code: If you want to contribute code, please make sure it follows the project's coding style and conventions. You can start by fixing a bug or implementing a new feature that has been discussed and approved by the team.

License

The FKernel is built with the BSD 3-Clause License. See the License.

About

A DragonFlyBSD, Openmach and SerenityOS based hybrid Kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.1%
  • C 21.8%
  • Assembly 7.4%
  • Shell 6.1%
  • Lua 3.6%