forked from xt-sys/exectos
Setup processor context (GDT, PCR, TSS) and kernel startup stack before booting XTOS
This commit is contained in:
@@ -10,7 +10,8 @@ include_directories(
|
||||
# Specify list of source code files
|
||||
list(APPEND XTLDR_XTOS_SOURCE
|
||||
${XTLDR_SOURCE_DIR}/blproto.c
|
||||
${XTLDR_XTOS_SOURCE_DIR}/xtos.c)
|
||||
${XTLDR_XTOS_SOURCE_DIR}/xtos.c
|
||||
${XTLDR_XTOS_SOURCE_DIR}/${ARCH}/cpu.c)
|
||||
|
||||
# Link bootloader executable
|
||||
add_executable(xtos ${XTLDR_XTOS_SOURCE})
|
||||
|
Reference in New Issue
Block a user