An open API service indexing awesome lists of open source software.

https://github.com/d2verb/minos


https://github.com/d2verb/minos

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# What's this
mini os (heavily inspired by xv6)

# How to run this
```
$ make
$ make qemu
```
# Progress
- [x] enable protected mode
- [x] setup the early page table
- [x] setup IDT
- [x] setup PIC(8259A)
- [x] setup timer(8253)
- [ ] implement kernel memory allocator

# Screenshot
![screenshot](img/screen.png)