Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- Aug 6, 2014, 2:47:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 5 5 = __X) Peripherals__ = 6 6 7 = __Y) SystemCalls__ = 8 9 All system calls are defined in the 7 = __Y) Boot Code__ = 10 8 11 9 = __Z) User Level Libraries__ = … … 13 11 === [wiki:library_stdio stdio library] === 14 12 15 This library contains all functions allowing an application 16 to access a peripheral, or a protected processor register. Each function contains at least one system call. 13 This library contains all system calls allowing an application 14 to access a protected ressource (peripheral, or protected processor register). 15 Each function in this library contains at least one SYSCALL instruction to enter the kernel mode. 17 16 18 17 === [wiki:library_stdlib stdlib library] ===