/*******************************************************************/ /* This file define various hardware parameters that are used by */ /* both the giet_tsar OS and by the hardware (top.cpp file) */ /*******************************************************************/ #ifndef _HARD_CONFIG_H #define _HARD_CONFIG_H #define X_SIZE 6 #define Y_SIZE 6 #define X_WIDTH 4 #define Y_WIDTH 4 #define X_IO 0//(X_SIZE - 1) #define Y_IO 0//(Y_SIZE - 1) #define NB_PROCS_MAX 4 #define USE_RAMDISK 0 #define USE_PIC 1 #define NB_DMA_CHANNELS 0 #define NB_HBA_CHANNELS 0 #define NB_NIC_CHANNELS 0 #define NB_CMA_CHANNELS 0 #define NB_TTY_CHANNELS 1 #endif //_HARD_CONFIG_H