Skip to content

kapitankuka2011/Ter-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerOS

TerOS (TerminalOperatingSystem) is a os

Running it

Requirements:

  • Qemu
  • Qemu added to path
  • Iso file (in out directory)

Linux: make run

Windows: qemu-system-x86-64 out\TerOS.iso

Compiling

Requirements:

  • Linux
  • Make command
  • GCC/G++
  • nasm
  • grub-mkrescue
  • LD command
Linux

First we need to compile the source code
make

and when its done you are done with the compiling to tun it use:
make run

then you can clean up a bit:
make clean

Windows

use WSL maybe (wsl fails to make 90% for me)

macOS

no idea how

Real hardware

(it was done on creator's personal laptop)

to run it on real pc/laptop, is possible, i mean just burn the iso and plug it in, BUT keyboard can not work to fix it just run with "Ventoy"