Move CPU and PIC support into common for i686 and amd64 place

Este commit está contenido en:
2023-11-29 18:26:46 +01:00
padre a90a30ff7a
commit 9aafa63617
Se han modificado 7 ficheros con 58 adiciones y 6 borrados

13
xtoskrnl/hl/i686/cpu.c Archivo normal
Ver fichero

@@ -0,0 +1,13 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/hl/i686/cpu.c
* DESCRIPTION: HAL i686 processor support
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#include <xtos.h>
/* Include common CPU interface */
#include ARCH_COMMON(cpu.c)