Changes between Version 78 and Version 79 of WikiStart
- Timestamp:
- Sep 25, 2015, 10:05:10 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v78 v79 38 38 == __5) [wiki:library_stdio System calls]__ == 39 39 40 Here are presented all the C functions that can be used by an user application (in the execution phase) to require a service tothe operating system. All these functions contain a ''syscall'' instruction that force the processor to enter the kernel mode.40 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. 41 41 42 42 == __6) [wiki:user_libraries User level libraries]__ ==