ArchiSys/TP/TP1/rendu/config.h

7 lines
96 B
C

#ifndef DEF_CONFIG_H
#define DEF_CONFIG_H
#define PAGE_SIZE 4096
#define PAGE_COUNT 100
#endif