No description
- C 91%
- Makefile 4.1%
- Linker Script 2%
- Assembly 1.4%
- Shell 1.2%
- Other 0.3%
| kernel | ||
| .clangd | ||
| .gdbinit | ||
| .gitignore | ||
| compile_flags.txt | ||
| driver-model.md | ||
| GNUmakefile | ||
| LICENSE | ||
| LICENSE.orig | ||
| limine.conf | ||
| README.md | ||
| README.md.orig | ||
| sum.sh | ||
Typhon
- Hobby project of the dragon (I hope you can infer its opinions on osdev from the project name, Spoiler: Typhon is a greek dragon humanoid that's known for being the "father of all monsters")
Building
If it hasn't broken, run make to compile an ISO with all the stuffs Typhon currently has, then run make run-serial to start qemu with that ISO.
(Note: While there are more of these run-* versions in the makefile, they were inherited from the template and currently do not work due to the dragon refusing to learn ACPI)
Boring license stuff
This project was forked from the awesome limine-c-template starting from commit 5a8d604fe1d6d85debc7540f7b429031ed9ad73f. Its git history has been removed to make it easier to use in my workflow.