https://github.com/zesterer/squidos
A x86-i386 operating system written in C++
https://github.com/zesterer/squidos
Last synced: 7 months ago
JSON representation
A x86-i386 operating system written in C++
- Host: GitHub
- URL: https://github.com/zesterer/squidos
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-12-19T12:04:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T15:52:01.000Z (over 10 years ago)
- Last Synced: 2025-01-25T18:32:02.602Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SquidOS
A x86-i686 operating system written in C++
## What is SquidOS?
SquidOS is a x86-i686 (32-bit) operating system written in C++, C and x86 assembler. Currently, SquidOS is nothing more than a very simplistic kernel bolted on to the end of the GRUB bootloader. But with time and effort, it may become something more.
## Why does SquidOS exist?
SquidOS is a personal project, an adventure into the unknown. It has no specific uses and isn't really designed to do anything in particular (which is convenient, since it does next to nothing).
## Why. WHY?
*shrugs* I don't know. Curiosity I guess. Mixed with a hint of masochism. Ok, probably a lot of masochism.