Changes between Version 81 and Version 82 of WikiStart


Ignore:
Timestamp:
Dec 24, 2015, 12:11:25 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v81 v82  
    4242== __5) [wiki:library_stdio System calls]__ ==
    4343
    44 Here 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.
     44Here 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 forces the processor to enter the kernel mode.
    4545
    4646== __6) [wiki:user_libraries User level libraries]__ ==