contiki/cpu/x86
Andre Guedes f6644d9208 x86: CPU Initialization
This patch defines the cpu_init() function which should encapsulate
all code related to x86 CPU initialization. For now, this function
initializes GDT and IDT.
2015-12-21 08:06:14 -02:00
..
cpu.c x86: CPU Initialization 2015-12-21 08:06:14 -02:00
cpu.h x86: CPU Initialization 2015-12-21 08:06:14 -02:00
gdt.c
gdt.h
helpers.h
helpers.S
idt.c
idt.h
Makefile.x86 x86: CPU Initialization 2015-12-21 08:06:14 -02:00
mtarch.c
mtarch.h