Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

metaverse-kernel/kernel-release-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaverse内核

基于multiboot2引导的64位内核。

试用

  • 编译
make clear
make release=1

暂不支持交叉编译和调试

架构支持

  • x86_64
  • aarch64
  • loongarch

功能模块

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

作出贡献

通过向开发仓库发送PR为我们作出贡献。

我们将在每三到五个pull request后将代码合并到此仓库。

版权声明

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

本软件使用MIT开源许可证进行许可。详细信息请参阅许可证文件。