Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 576 Bytes

File metadata and controls

27 lines (14 loc) · 576 Bytes

ThanderShell

Shell desenvolvida em C para aprendizagem de sistemas operacionais. A shell possui algoritimos que manipulam o Kernel utilizando chamada de sistemas.

Como testar:

1 - Instale o compilador GCC

sudo apt install gcc

2 - Clone o projeto

git clone https://github.com/simeithander/thandershell.git

3 - Entre na pasta

cd thandershell/

4 - Compile o projeto

sudo gcc -Wall -static -ansi -o ThanderShell ThanderShell.c

5 - Execute

./thandershell