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/shell/main.c

    r660 r669  
    163163}
    164164
     165/////////////////////////////////////////
    165166static void cmd_rm(int argc, char **argv)
    166167{
     
    326327    int count = 0;
    327328
    328     giet_shr_printf("\n[SHELL] Enter at cycle %d\n", giet_proctime());
    329     giet_tty_alloc();
     329    // get a private TTY
     330    giet_tty_alloc( 0 );
     331
     332    // display first prompt
    330333    prompt();
    331334
Note: See TracChangeset for help on using the changeset viewer.