Project for operating systems course designed to emulate a basic shell.
Go to file
Chris Cromer 8e0fb00894 ignore compile_commands.json 2021-07-16 22:54:34 -04:00
doc remove aux files in sections when cleaning 2021-06-27 15:25:11 -04:00
src add environment variables 2021-07-16 22:52:26 -04:00
.gitignore ignore compile_commands.json 2021-07-16 22:54:34 -04:00
LICENSE update copyright 2021-06-15 22:10:41 -04:00
Makefile add basic launch functionality 2021-06-27 22:46:03 -04:00
README.md update readme 2021-06-26 21:03:23 -04:00

README.md

myshellin

myshellin es un proyecto semestral del ramo Sistemas Operativos. El propósito de este proyecto es crear un shell básico.

Autores

  • Christopher Cromer
  • Raúl Raúl Hernandez

Requisitos software

  • glibc
  • make
  • clang

Requisitos informe

  • latex
  • pdflatex

Compilar

Software

make myshellin

Informe

make informe

Licencia

El proyecto es bajo la licencia "The 3-Clause BSD License".