Changes between Version 3 and Version 4 of kernel_interrupts


Ignore:
Timestamp:
Oct 15, 2014, 2:02:36 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_interrupts

    v3 v4  
    1 = GIET-VM / Interrupt Handler functions =
     1= GIET-VM / Interrupt Handler =
    22
    33
    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.
     4The [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.
    55
    66[[PageOutline]]