https://github.com/yasnakateb/tinyos
🐢 A simple Operating System in Nasm Assembly and C
https://github.com/yasnakateb/tinyos
kernel nasm-assembly simple-os
Last synced: 7 months ago
JSON representation
🐢 A simple Operating System in Nasm Assembly and C
- Host: GitHub
- URL: https://github.com/yasnakateb/tinyos
- Owner: yasnakateb
- Created: 2019-08-20T00:44:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T03:53:26.000Z (about 6 years ago)
- Last Synced: 2025-01-20T00:56:12.778Z (9 months ago)
- Topics: kernel, nasm-assembly, simple-os
- Language: Assembly
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiny OS
😍 The goal of this project is to write an OS from scratch.
-----
### Todo
- ✅ Boot from scratch
- ✅ Create a simple Kernel In C