Changes between Version 4 and Version 5 of kernel_syscalls
- Timestamp:
- Oct 23, 2014, 3:53:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v4 v5 1 = GIET-VM / Syscall Handler functions=1 = GIET-VM / Syscall Handler = 2 2 3 3 The [source:soft/giet_vm/giet_kernel/sys_handler.c sys_handler.c] and [source:soft/giet_vm/giet_kernel/sys_handler.h sys_handler.h] files define the kernel data structure and functions that are used to handle the system calls. They are prefixed by ''_'' to remind that they can only be executed by a processor in kernel mode.