Ignore:
Timestamp:
Aug 13, 2012, 10:52:25 PM (12 years ago)
Author:
alain
Message:

Introducing support for XICU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/sys_handler.c

    r199 r203  
    55// Copyright (c) UPMC-LIP6
    66///////////////////////////////////////////////////////////////////////////////////
    7 // The sys_handler.c and sys_handler.h files are part of the GIET nano-kernel.
     7// The sys_handler.c and sys_handler.h files are part of the GIET-VM nano-kernel.
    88// It define the syscall_vector[] (at the end of this file), as well as the
    99// associated syscall handlers that are not related to peripherals.
     
    2626    &_tty_write,        /* 0x02 */
    2727    &_tty_read,         /* 0x03 */
    28     &_timer_write,      /* 0x04 */
    29     &_timer_read,       /* 0x05 */
     28    &_timer_start,      /* 0x04 */
     29    &_timer_stop,       /* 0x05 */
    3030    &_gcd_write,        /* 0x06 */
    3131    &_gcd_read,         /* 0x07 */
Note: See TracChangeset for help on using the changeset viewer.