ParamOS with GUI
An Operating System with Interactive Graphical User Interface (GUI)
This version of ParamOS has a simple and interactive Graphical User Interface (GUI). It was made using Assembly Language (NASM) and C Programming Language. This GUI-based OS can toggle windows and Start menu. Use keys '1', '2' to toggle windows and 's' to toggle Start Menu.
Note: I have provided the "paramos.bin" file. You can run it in QEMU using the command: qemu-system-i386 -kernel paramos.bin