Project for operating systems course designed to emulate a basic shell.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Chris Cromer 77a9265277 ignore compile_commands.json 2 years ago
report add doxygen docs 2 years ago
src move includes inside of guards 2 years ago
.gitignore ignore compile_commands.json 2 years ago
LICENSE remove non contributor 2 years ago
Makefile create compile_commands on make 2 years ago
README.md create compile_commands on make 2 years ago
doxygen.conf exclude report directory 2 years ago

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".