Implement RtlGetStackLimits() routine

This commit is contained in:
2023-02-15 20:12:58 +01:00
parent d28687631b
commit b1c2b209e3
6 changed files with 113 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/rtl/memory.c
${XTOSKRNL_SOURCE_DIR}/rtl/plist.c
${XTOSKRNL_SOURCE_DIR}/rtl/string.c
${XTOSKRNL_SOURCE_DIR}/rtl/widestr.c)
${XTOSKRNL_SOURCE_DIR}/rtl/widestr.c
${XTOSKRNL_SOURCE_DIR}/rtl/${ARCH}/dispatch.c)
# Set module definition SPEC file
set_specfile(xtoskrnl.spec)