1
0
şundan çatallanmış xt-sys/exectos

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

Bu işleme şunda yer alıyor:
2023-11-29 18:26:46 +01:00
ebeveyn a90a30ff7a
işleme 9aafa63617
7 değiştirilmiş dosya ile 58 ekleme ve 6 silme

13
xtoskrnl/hl/i686/cpu.c Normal dosya
Dosyayı Görüntüle

@@ -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)

13
xtoskrnl/hl/i686/pic.c Normal dosya
Dosyayı Görüntüle

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