Ignore:
Timestamp:
Aug 9, 2012, 2:38:06 PM (12 years ago)
Author:
alain
Message:

Introducing the "idle" to improve the exit mechanism.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r197 r199  
    1313
    1414#define BOOT_DEBUG_PERI     0       /* display peripherals initialisation on TTY0 */
    15 #define BOOT_DEBUG_PT           1           /* display page tables initialisation on TTY0 */
     15#define BOOT_DEBUG_PT           0           /* display page tables initialisation on TTY0 */
    1616#define BOOT_DEBUG_VOBJS        0               /* display vobjs initialisation on TTY0 */
    17 #define BOOT_DEBUG_SCHED        1               /* display schedulers initialisation on TTY0 */
     17#define BOOT_DEBUG_SCHED        0               /* display schedulers initialisation on TTY0 */
    1818
    19 #define GIET_DEBUG_INIT         0               /* display parallel kernel initialisation on TTY0 */
     19#define GIET_DEBUG_INIT         1               /* display parallel kernel initialisation on TTY0 */
    2020#define GIET_DEBUG_SWITCH       0           /* display context switchs on TTY0 */
    2121
     
    3131#define NB_DMAS_MAX                     1           /* max number of DMA channels per cluster*/
    3232#define NB_TTYS                         8           /* total number of TTY channels */
    33 #define NB_IOCS                         1           /* total number of IOC channels */
    34 #define NB_NICS                         1           /* total number of NIC channels */
     33#define NB_IOCS                         0           /* total number of IOC channels */
     34#define NB_NICS                         0           /* total number of NIC channels */
    3535
    3636/* software parameters */
Note: See TracChangeset for help on using the changeset viewer.