https://github.com/nthnn/zync-os
Mock-up bootloader and kernel-only operating system with a very basic boring shell written in pure Assembly.
https://github.com/nthnn/zync-os
bootloader bootloader-firmware operating-system operating-system-learning
Last synced: 4 months ago
JSON representation
Mock-up bootloader and kernel-only operating system with a very basic boring shell written in pure Assembly.
- Host: GitHub
- URL: https://github.com/nthnn/zync-os
- Owner: nthnn
- Created: 2023-11-17T17:15:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T15:26:05.000Z (over 1 year ago)
- Last Synced: 2025-01-13T07:21:21.077Z (5 months ago)
- Topics: bootloader, bootloader-firmware, operating-system, operating-system-learning
- Language: Assembly
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zync OS: Nothing Operating System

Zync OS is a mock-up bootloader and kernel-only dummy operating system. It has a very basic boring shell.
![]()
## Getting Started
To build and run Zync OS, simply execute the following commands:
```zsh
git clone https://github.com/nthnn/Zync-OS.git && cd Zync-OS
mkdir dist
qrepo run build
qrepo run emulate
```## License
Zync OS has no license, just don't claim it yours or something, y'know.