zodiac 0.1.0

Rust OS framework that offers safe interfaces for kernel development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Zodiac

Zodiac is a framework for framekernel, inspired by [ostd](https://github.com/asterinas/asterinas/tree/main/ostd)

## Roadmap

- [x] Bootloader: limine
- [x] Memory Management
- [x] SMP
- [x] Interrupt handling
- [x] Multitask
- [x] Syscall
- [ ] PCIe
- [ ] MSI & MSI-X
- [ ] IOMMU