An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Zync OS: Nothing Operating System

![OS Build](https://github.com/nthnn/Zync-OS/actions/workflows/os_build.yml/badge.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/nthnn/Zync-OS?logo=git&label=Repository%20Size)

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.