https://github.com/cryptoc1/stix
WIP
https://github.com/cryptoc1/stix
Last synced: over 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/cryptoc1/stix
- Owner: Cryptoc1
- Created: 2016-07-18T00:12:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T00:14:56.000Z (almost 10 years ago)
- Last Synced: 2025-01-27T06:30:43.764Z (over 1 year ago)
- Language: Assembly
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stix
I *very* minimal operating system, kind of.
#### why?
Not only do I feel that this project is a great way for me to practice my Assembly programming, but the goal of this project
is help me understand the booting process of a computer. This os isn't going to include fancy features like protected mode
or advanced segmentation, or high level system APIs, but will allow me to learn more about the underlying concepts for
practice. I mean, come on, it's not like I'll ever actually have to right my own OS... Right?