kernel-release/README.md

49 lines
875 B
Markdown
Raw Normal View History

# Metaverse内核
基于multiboot2引导的64位内核。
2023-12-03 17:13:54 +08:00
## 试用
* 编译
```bash
2024-01-15 18:41:08 +08:00
make clear
2023-12-03 17:13:54 +08:00
make release=1
```
2023-12-10 22:49:20 +08:00
> 暂不支持交叉编译和调试
## 架构支持
* [x] x86_64
* [ ] aarch64
* [ ] loongarch
## 功能模块
* [x] 内存管理
* [x] 页分配
* [ ] 页回收
* [x] 内存分配器
* [x] raw_allocator
* [x] tty
* [ ] 内核日志
* [ ] 文件系统
* [ ] vfs
* [ ] fat32驱动移植
* [ ] ext4驱动移植
* [ ] 驱动管理
* [ ] 进程管理
2024-01-15 20:02:58 +08:00
## 作出贡献
通过向[开发仓库](https://github.com/pointertobios/metaverse-dev)发送PR为我们作出贡献。
我们将在每三到五个pull request后将代码合并到此仓库。
## 版权声明
版权所有 (c) 2023 - 现在 Random World Studio 保留所有权利。
本软件使用MIT开源许可证进行许可。详细信息请参阅许可证文件。