ArchiSys/TP/TP2/rendu/config.h

7 lines
96 B
C
Raw Normal View History

2024-04-19 08:12:31 +02:00
#ifndef DEF_CONFIG_H
#define DEF_CONFIG_H
#define PAGE_SIZE 4096
#define PAGE_COUNT 100
#endif