Initialize boot CPU structures inside kernel on AMD64

This commit is contained in:
2023-01-29 00:45:17 +01:00
parent 8733a23b20
commit 7bf4a9ab8d
9 changed files with 272 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ include_directories(
# Specify list of source code files
list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/ar/${ARCH}/cpufunc.c
${XTOSKRNL_SOURCE_DIR}/ar/${ARCH}/globals.c
${XTOSKRNL_SOURCE_DIR}/ar/${ARCH}/procsup.c
${XTOSKRNL_SOURCE_DIR}/hl/cport.c
${XTOSKRNL_SOURCE_DIR}/hl/efifb.c
${XTOSKRNL_SOURCE_DIR}/hl/${ARCH}/ioport.c