MrGilli / Quantix-OS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Quantix Retro Operating System!

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

Quantix is a very basic UNIX-like Operating System for intel/x86_64 systems. 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.)

About

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

License:BSD Zero Clause License


Languages

Language:C 85.9%Language:Assembly 9.8%Language:Makefile 4.2%Language:Shell 0.1%