A toy Operating System build from scratch using basic Operating System concepts. Project is done under Operating System Lab Course.eXpOS provides user a Command Shell as an interface between user and OS system calls.
- Download the eXpOS.
- Rename extracted folder to myexpos.
- Cut and paste it to Desktop.
- Open Terminal (Ctrl+Alt+T or using GUI).
- Type cd $HOME/Desktop/myexpos and press Enter.
- Run following bash files in order type these on command line.
- bash compile_expl.sh
- bash compile_spl.sh
- bash format.sh
- bash load.sh
- bash start_machine.sh timer_value debug_on/debug_off
- eXpOS starts.
- You can type commands to check OS. More information at https://exposnitc.github.io/