Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrgilli/quantix-os
- Owner: MrGilli
- License: 0bsd
- Created: 2024-01-07T10:43:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:11:30.000Z (5 months ago)
- Last Synced: 2024-06-18T05:24:07.976Z (5 months ago)
- Topics: c-kernel, kernel, operating-system, quantum-programming, quantum-software, unix, unix-based-system
- Language: C
- Homepage: https://instantworkstation.com/virtual-machine
- Size: 6.2 MB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)