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.bin
executable.
make
- Test ZeOS without a debugger.
make emul
- Test ZeOS on a debugging environment.
bochs -q
Distributed 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