Skip to content

MrGilli/Quantix-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Quantix 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") )

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.)