forked from Evalyn/osdev-calc
No description
- C++ 73.2%
- C 26.7%
| images | ||
| imgui | ||
| src | ||
| .gitignore | ||
| LICENCE.txt | ||
| Makefile | ||
| Makefile.emscripten | ||
| README.md | ||
OSdev Calculator
A basic desktop/web application that provides many tools to assist with osdev eg bitmath and decoding of certain fields like page fault error codes
You can find a pre hosted version at
https://evalyngoemer.com/osdev-calc/
Building for desktop
The makefake should just work with make
Building for web
Make sure emscripten is in your path eg
export PATH="$PATH:/usr/lib/emscripten/"
and run the make special makefile with make -f Makefile.emscripten -j16 serve
