osd-contiki/cpu/x86/init/common
Jesus Sanchez-Palencia e4bc1a1e8c x86: Add init folder and move code accordingly
The x86/init/common/ folder holds all cpu initialization
code - idt and gdt setup, interrupts and cpu initialization.

On this folder will also sit any SoC specific implementation of
the functions called from cpu_init().
2015-12-21 08:06:14 -02:00
..
cpu.c x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
cpu.h x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
gdt.c x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
gdt.h x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
idt.c x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
idt.h x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
interrupt.h x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00