Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrgilli/quantix-os

Official repo of the UNIX-like Operating System "Quantix", aims to be the standard operating system for quantum computers.
https://github.com/mrgilli/quantix-os

c-kernel kernel operating-system quantum-programming quantum-software unix unix-based-system

Last synced: 6 days ago
JSON representation

Official repo of the UNIX-like Operating System "Quantix", aims to be the standard operating system for quantum computers.

Awesome Lists containing this project

README

        

# The Quantix Operating System!

Like cool low-level projects? Check out Quplexity on github! Its a fast, lightweight, modular Quantum Computing Simulation library written in x86 and ARM64 Assembly.

##For Arch Based systems put the following line of code at the start of kernel.c & console.c!! ( #pragma GCC optimize ("no-stack-protector") )

# Objective
QuantixOS is a UNIX-Like operating system written in x86 Intel Assembly and C. QuantixOS aims to be the standard operating system for quantum computers, and an efficient way to interface with and manipulate qubits in a quantum computers system

# Commands
Supported commands/features:
* A basic file system
* Terminal/CLI based system
* help(lists all system commands.)
* mkfile(makes a file with specified text)
* ls(lists files in directory)
* clear(clears text on screen)
* exec(execute a program (not fully working))
* login system for ROOT.
* IO
* cpuid(System Info)
* whoami(Info about current user)
* shutdown(Shuts the operating system down.)