Ignore:
Timestamp:
Jul 27, 2015, 8:40:45 PM (9 years ago)
Author:
alain
Message:

Introduce support for the "shared" argument in the giet_tty_alloc() system call,
and replace the giet_shr_printf() system call by giet_tty_printf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/display/main.c

    r644 r669  
    1717#define NIMAGES     10                 
    1818
    19 #define INTERACTIVE 1
     19#define INTERACTIVE 0
    2020
    2121unsigned char buf0[NPIXELS*NLINES] __attribute__((aligned(64)));
     
    4747
    4848    // get a private TTY
    49     giet_tty_alloc();
     49    giet_tty_alloc(0);
    5050
    5151    giet_tty_printf("\n[DISPLAY] P[%d,%d,%d] starts at cycle %d\n"
Note: See TracChangeset for help on using the changeset viewer.