Minimal Operating System
- C 74.9%
- Assembly 14.4%
- Makefile 9.4%
- Shell 1.3%
|
ViktorPopp
5477ab2e07
Merge pull request 'QOL memory manager changes' ( #9 ) from vmm into nightly
Reviewed-on: #9 |
||
|---|---|---|
| kernel | Removed all paging | |
| limine @ee5d29cd0a | Initial commit | |
| target/boot/limine | Fixed misspelling and removed old defines | |
| tools | Added COM device (UART16550) | |
| .clang-format | Working on styleguide | |
| .gitignore | Added Kconfig | |
| .gitmodules |
kprintf works using nanoprintf
|
|
| COPYING | Added GPLv3 license | |
| Kconfig |
Removed FB_DEBUG config
|
|
| Makefile |
Improved the bear build rule
|
|
| STYLEGUIDE.md | Improved styleguide further | |