Changes between Version 78 and Version 79 of WikiStart


Ignore:
Timestamp:
Sep 25, 2015, 10:05:10 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v78 v79  
    3838== __5) [wiki:library_stdio System calls]__ ==
    3939
    40 Here 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.
     40Here are presented all the C functions that can be used by an user application to require a service from the operating system. All these functions contain a ''syscall'' instruction that force the processor to enter the kernel mode.
    4141
    4242== __6) [wiki:user_libraries User level libraries]__ ==