Changes between Version 1 and Version 2 of user_libraries
- Timestamp:
- Oct 28, 2014, 4:31:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user_libraries
v1 v2 1 1 = GIET_VM / User Level Libraries = 2 2 3 This section describes the libraries available for user applications: 4 5 === [wiki:library_stdio Stdio library] === 6 7 This library contains all system calls allowing an application 8 to access a protected ressource (peripheral register, or protected processor register). 9 Each function in this library contains at least one SYSCALL instruction to enter the kernel mode. 3 This section describes the user-level libraries. 10 4 11 5 === [wiki:library_stdlib Stdlib user library] ===