edwinans / dumsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DUMSH

Le mini-projet du cours de système (L3 Math-Info).

Installation

make clean
make    # compile core file
./dumsh # run the dumsh
clear   # clear the screen
exit    # exit the dumsh	

Configuration

Set the DEBUG macro to 1, to have more logs in the shell.

About


Languages

Language:C 97.4%Language:Makefile 2.6%