Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/casensiom/camos
- Owner: casensiom
- Created: 2024-06-09T21:14:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T22:06:36.000Z (7 months ago)
- Last Synced: 2024-06-09T23:24:18.148Z (7 months ago)
- Language: Assembly
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.