Changes between Version 2 and Version 3 of kernel_syscalls
- Timestamp:
- Oct 6, 2014, 3:51:11 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v2 v3 5 5 [[PageOutline]] 6 6 7 The [source:soft/giet_vm/giet_kernel/sys_handler.c _syscall_vector ![64!]] array contains the 64 kernel functions defined by the GIET-VM to handle system calls. Most of these functions are provided by the peripheral drivers,7 The [source:soft/giet_vm/giet_kernel/sys_handler.c _syscall_vector] array contains the 64 kernel functions defined by the GIET-VM to handle system calls. Most of these functions are provided by the peripheral drivers, 8 8 but some services are provided by the kernel itself: 9 9