A minimal OS that boots to a calculator with Level 1 & 2 math support.
- Basic:
+,-,*,/,% - Power:
2^10 - Functions:
sqrt(16),abs(-5),root(3,27) - Parentheses:
(3+4)*2 - Decimals:
3.14*2 - Negatives:
-5+3
iching- I Ching fortunemoji- Random asciimojilasagna- ASCII art
- Enter: Calculate/run command
- ESC: Clear input
- Backspace: Delete last char
make # build
make run # run in QEMU (GUI)
make test # run with curses + serial debug output
Requires: gcc (32-bit), nasm, qemu-system-i386