Project for operating systems course designed to emulate a basic shell.
Go to file
Chris Cromer 77a9265277 ignore compile_commands.json 2021-07-28 01:03:44 -04:00
report add doxygen docs 2021-07-26 02:47:25 -04:00
src move includes inside of guards 2021-07-26 02:00:26 -04:00
.gitignore ignore compile_commands.json 2021-07-28 01:03:44 -04:00
LICENSE remove non contributor 2021-07-20 20:02:06 -04:00
Makefile create compile_commands on make 2021-07-28 01:01:19 -04:00
README.md create compile_commands on make 2021-07-28 01:01:19 -04:00
doxygen.conf exclude report directory 2021-07-26 02:50:00 -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

Requisitos software

  • glibc
  • make
  • clang

Requisitos informe

  • latex
  • pdflatex

Requisitos documentacón

  • doxygen
  • bear

Compilar

Software

make shell

Informe

make report

Documentación

make doc

Licencia

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