Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 282 Bytes

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.