Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rheydskey/zros
Experimental zig kernel
https://github.com/rheydskey/zros
Last synced: about 1 month ago
JSON representation
Experimental zig kernel
- Host: GitHub
- URL: https://github.com/rheydskey/zros
- Owner: Rheydskey
- Created: 2023-08-29T19:36:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:08:39.000Z (about 2 months ago)
- Last Synced: 2024-11-16T00:18:25.356Z (about 2 months ago)
- Language: Zig
- Size: 4.15 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## zros
zros (Zig and Rust os) is an kernel to learn how it's working.
Crappy and dirty code is expected :)Why no rust ? Because rust will come when userspace will work
Big thanks to devse admins to make me do this thing (inspired of them)
Roadmap (FROM the devse meme generator):
- [x] GDT
- [x] IDT
- [x] PMM
- [x] VMM
- [x] Paging
- [x] ACPI
- [x] APIC
- [x] IOAPIC
- [x] LAPIC
- [x] HPET
- [x] APIC-TIMER
- [x] Userspace
- [ ] SMP
- [ ] The fun begin