Changes between Version 81 and Version 82 of WikiStart
- Timestamp:
- Dec 24, 2015, 12:11:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v81 v82 42 42 == __5) [wiki:library_stdio System calls]__ == 43 43 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.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 forces the processor to enter the kernel mode. 45 45 46 46 == __6) [wiki:user_libraries User level libraries]__ ==