A basic, fully-functional operating system on the command line.
Project made for Operating Systems course of FIB - UPC.
It is a fully working operating system with basic system calls that runs on an emulator.
Feel free to try it!
Make sure to install everything:
- Clone this repository
git clone https://github.com/matiszz/ZeOS.git
cd ZeOS/- Generate
zeos.binexecutable.
make- Test ZeOS without a debugger.
make emul- Test ZeOS on a debugging environment.
bochs -qDistributed under the MIT License. See LICENSE for more information.
Matias Szarfer - π€ @matiasszarfer Β· π§ matias@szarfer.com Β· π» matias.szarfer.com
Project Link: https://github.com/matiszz/ZeOS.git