Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scratchnative/scratchOS
Basic operating system written in Scratch3
https://github.com/scratchnative/scratchOS
Last synced: 3 months ago
JSON representation
Basic operating system written in Scratch3
- Host: GitHub
- URL: https://github.com/scratchnative/scratchOS
- Owner: scratchnative
- License: mit
- Created: 2022-06-20T01:09:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T01:12:14.000Z (over 2 years ago)
- Last Synced: 2024-02-17T07:34:13.342Z (9 months ago)
- Language: C++
- Homepage: https://scratch.mit.edu/projects/706910275/
- Size: 5.86 KB
- Stars: 155
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScratchOS
This is a basic operating system written in scratch3, writing to the vga buffer.1. You need to have `scratchnative` and `scratch2exe.py` in your `PATH`, as well as a gcc x86_64 cross compiler
2. Run `make run`
3. Enjoy!