crypticos
Release 0.1.1 - Graphical Demo
CrypticOS is an operating system mostly written in a custom bytecode, which can be emulated anywhere.
make b_casm
Note: Make sure you are in the x86 directory.
sudo apt install qemu-system-x86 nasm
make b_x86
Try: !%***.
Also try !% to load the edit app. Press ESC to exit.
Very basic. Type !%***. and enter to test it out.
cd x86 && make tiny
CrypticOS uses a BrainF* inspired esoteric language as its main runtime.
It is different in many ways, mainly with logic and loops. In design it should
have the simplicity of BrainF*, but be more usable, efficient, and Assembly-like.
You can see the full specification in standard/