fukuro

Simple microkernel (early stage)

https://github.com/d0p1s4m4/fukuro

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

aarch64 arm c fukuro hacktoberfest i686 kernel microkernel osdev x86 x86-32
Last synced: 4 months ago · JSON representation ·

Repository

Simple microkernel (early stage)

Basic Info
  • Host: GitHub
  • Owner: d0p1s4m4
  • License: cecill-2.1
  • Language: C
  • Default Branch: master
  • Homepage: https://fukuro.dev
  • Size: 1.51 MB
Statistics
  • Stars: 22
  • Watchers: 4
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
aarch64 arm c fukuro hacktoberfest i686 kernel microkernel osdev x86 x86-32
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

# Fukurō (フクロウ) [![License CeCILL-2.1](https://img.shields.io/github/license/d0p1s4m4/Fukuro?logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTgwIDk4MCI+PGNpcmNsZSBjeD0iNDkwIiBjeT0iNDkwIiByPSI0NDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxMDAiLz48cGF0aCBkPSJNMjE5LDQyOEgzNTBhMTUwLDE1MCAwIDEgMSAwLDEyNUgyMTlhMjc1LDI3NSAwIDEgMCAwLTEyNXoiLz4NCjwvc3ZnPg==&style=flat-square)](./LICENSE) [![License GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-orange?style=flat-square&logo=gnu)](./LICENSE.GPL3) [![GitHub issues](https://img.shields.io/github/issues/d0p1s4m4/Fukuro?logo=github&style=flat-square)](https://github.com/d0p1s4m4/Fukuro/issues) [![Codecov](https://img.shields.io/codecov/c/github/d0p1s4m4/Fukuro?logo=codecov&style=flat-square)](https://codecov.io/gh/d0p1s4m4/Fukuro/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/d0p1s4m4?style=flat-square&logo=githubsponsors)](https://github.com/sponsors/d0p1s4m4/) [![Liberapay receiving](https://img.shields.io/liberapay/receives/d0p1?logo=liberapay&style=flat-square)](https://liberapay.com/d0p1)

Fukurō aims to be a highly portable microkernel

![fukuro i686](.github/screen/fukuro_vbox.png)

License

OSI Approved License

Fukuro is dual-licensed under the CeCILL and GPLv3 License.

The full text of the license can be accessed via this link and is also included in the license file of this software package.

Owner

  • Name: d0p1
  • Login: d0p1s4m4
  • Kind: user
  • Location: cyberspace
  • Company: @cute-engineering

Building a free, decentralized cyberspace in my garage

Citation (CITATION.cff)

cff-version: 1.2.0
title: Fukurō
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: d0p1
    email: contact@d0p1.eu
    orcid: 'https://orcid.org/0009-0001-8345-4627'
identifiers:
  - type: url
    value: 'https://github.com/d0p1s4m4/Fukuro/releases'
repository-code: 'https://github.com/d0p1s4m4/Fukuro'
url: 'https://Fukuro.dev'
keywords:
  - Microkernel
  - Operating System
license: CECILL-2.1
version: X.X.X
date-released: '2023-01-01'
references:
  - authors:
      - family-names: Rashid
        given-names: Richard
      - family-names: Tevanian
        given-names: Avadis
      - family-names: Young
        given-names: Michael
      - family-names: Golub
        given-names: David
      - family-names: Baron
        given-names: Robert
      - family-names: Black
        given-names: David
      - family-names: Bolosky
        given-names: William
      - family-names: Chew
        given-names: Jonathan
    title: "Machine-Independent Virtual Memory Management for Paged Uniprocessor and
Multiprocessor Architectures"
    type: article

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v1 composite
  • codecov/codecov-action v1 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/doc.yml actions
  • actions/checkout v1 composite
  • mattnotmitt/doxygen-action v1 composite
  • peaceiris/actions-gh-pages v3 composite