Changes between Version 3 and Version 4 of kernel_interrupts
- Timestamp:
- Oct 15, 2014, 2:02:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_interrupts
v3 v4 1 = GIET-VM / Interrupt Handler functions=1 = GIET-VM / Interrupt Handler = 2 2 3 3 4 The [source:soft/giet_vm/giet_kernel/irq_handler.c irq_handler.c] and [source:soft/giet_vm/giet_kernel/irq_handler.h irq_handler.h] files define the kernel data structure and functions that are used to handle interrupts. They are prefixed by ''_''to remind that they can only be executed by a processor in kernel mode.4 The [source:soft/giet_vm/giet_kernel/irq_handler.c irq_handler.c] and [source:soft/giet_vm/giet_kernel/irq_handler.h irq_handler.h] files define the kernel data structure and functions that are used to handle interrupts. They are prefixed by "-" to remind that they can only be executed by a processor in kernel mode. 5 5 6 6 [[PageOutline]]