/thandershell

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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