https://github.com/d2verb/minos
https://github.com/d2verb/minos
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/minos
- Owner: d2verb
- Created: 2018-11-14T17:06:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T17:10:20.000Z (about 5 years ago)
- Last Synced: 2025-03-05T20:53:02.108Z (over 1 year ago)
- Language: C
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
