Skip to content
/ ZeOS Public

A basic, fully-functional operating system on the command line.

License

Notifications You must be signed in to change notification settings

matiszz/ZeOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors MIT License LinkedIn Website


Logo

ZeOS

A basic, fully-functional operating system on the command line.

😎 About

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!

👉🏽 Getting Started

Prerequisites

Make sure to install everything:

Installation

  1. Clone this repository
git clone https://github.com/matiszz/ZeOS.git
cd ZeOS/
  1. Generate zeos.bin executable.
make
  1. Test ZeOS without a debugger.
make emul
  1. Test ZeOS on a debugging environment.
bochs -q

📚 License

Distributed under the MIT License. See LICENSE for more information.

📞 Contact

Matias Szarfer - 🐤 @matiasszarfer · 📧 matias@szarfer.com · 💻 matias.szarfer.com

Project Link: https://github.com/matiszz/ZeOS.git