Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casensiom/camos

CamOS: Simple operating system from scratch
https://github.com/casensiom/camos

Last synced: about 2 months ago
JSON representation

CamOS: Simple operating system from scratch

Awesome Lists containing this project

README

        

# CamOS
📝 Simple operating sistem from stcratch.

## Why

📚 This is an experiment to know how an OS works, is not intended to be a real OS.

Don't even pretend to use the correct concept names 😜

❤️ It's mainly following this document: [os-dev.pdf](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)

## Tools

🧩 Use Make to build and execute the kernel.

🛠 Use NASM to build the kernel.

🚀 Use QEMU to launch the kernel.