Changes between Version 65 and Version 66 of WikiStart


Ignore:
Timestamp:
Nov 5, 2014, 5:46:20 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v65 v66  
    3232== __D) [wiki:kernel_functions Kernel Services]__ ==
    3333
    34 Here are presented the main services provided by the GIET_VM in the execution phase: the syscall handler, the interrupt handler, the exception handler, and the context switch handler.
     34Here are presented the functions implementing the main services provided by the GIET_VM in the execution phase:  syscall handler,  interrupt handler,  exception handler, and context switch handler.
    3535
    36 == __F) [wiki:library_stdio System calls]__ ==
     36== __E) [wiki:library_stdio System calls]__ ==
    3737
    3838Here are presented all the C functions that can be used by an user application (in the execution phase) to require a service to the operating system. All these functions contain a ''syscall'' instruction that force the processor to enter the kernel mode.
    3939
    40 == __G) [wiki:user_libraries User level libraries]__ ==
     40== __F) [wiki:user_libraries User level libraries]__ ==
    4141
    4242Here are presented various libraries of C functions that can be used by an user application for synchronization,  inter-task communications, or for dynamic memory allocation.
    4343All these services are provided at user level, and do not require the processor to enter the kernel mode.
    4444
    45 == __B) [wiki:peripherals_drivers Peripherals Drivers]__ ==
     45== __G) [wiki:peripherals_drivers Peripherals Drivers]__ ==
    4646
    4747This section defines the software drivers APIs for the peripherals supported by he GIET_VM.