Code Monkey home page Code Monkey logo

metaverse-kernel's Introduction

Metaverse

logo

基于multiboot2引导的64位内核。

获取

git clone --recursive https://github.com/metaverse-kernel/kernel-dev.git
  • 编译
make
  • 编译发布版
make release=1
  • 运行
make run
  • gdb调试
make debug

暂不支持交叉编译和调试

依赖项

  • doas
  • nbd
  • qemu

架构支持

  • x86_64
  • aarch64
  • loongarch

功能模块

  • 内存管理
    • 页分配
    • 页回收
    • 内存分配器
      • raw_allocator
  • tty
  • 内核日志
  • 系统调用
  • 中断管理
  • 文件系统
    • vfs
    • fat32驱动(移植)
    • ext4驱动(移植)
  • 驱动管理
  • 进程管理

文档

  • 从源代码注释生成文档
make doc

(开发中)

作出贡献

通过向此仓库发送PR为我们作出贡献,详见contribution.md

版权声明

版权所有 (c) 2023 - 现在 Random World Studio 保留所有权利。

本软件通过MIT开源许可证开源。详细信息请参阅许可证文件。

metaverse-kernel's People

Contributors

pointertobios avatar

Stargazers

icysky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.