A 64-bit multiboot2 loaded kernel.
Go to file
pointer-to-bios f98b4cb807 修正readme 2024-01-15 18:41:08 +08:00
src 解决多页映射时只映射第一个页的问题 2024-01-15 18:20:29 +08:00
.gitignore 修复内存分配器返回地址错误的问题,修复内核获取的内存大小与实际内存不能对应的问题 2024-01-06 18:12:00 +08:00
LICENCE 完善版权许可证的中文翻译 2023-12-29 19:17:14 +08:00
Makefile 初始化build仓库 2024-01-15 18:36:51 +08:00
README.md 修正readme 2024-01-15 18:41:08 +08:00

README.md

Metaverse内核

基于multiboot2引导的64位内核。

试用

  • 编译
make clear
make release=1

暂不支持交叉编译和调试

依赖项

  • doas
  • nbd
  • qemu

架构支持

  • x86_64
  • aarch64
  • loongarch

功能模块

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

版权声明

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

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