1
0
Fork 0
forked from Evalyn/osdev-calc
No description
  • C++ 73.2%
  • C 26.7%
Find a file
2026-05-12 15:32:49 +10:00
images Inital Revison 2026-04-01 17:47:13 -04:00
imgui Inital Revison 2026-04-01 17:47:13 -04:00
src feat: add xcr0 decoder 2026-05-12 15:32:49 +10:00
.gitignore Inital Revison 2026-04-01 17:47:13 -04:00
LICENCE.txt Inital Revison 2026-04-01 17:47:13 -04:00
Makefile Inital Revison 2026-04-01 17:47:13 -04:00
Makefile.emscripten Inital Revison 2026-04-01 17:47:13 -04:00
README.md Inital Revison 2026-04-01 17:47:13 -04:00

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