From 30cd757f090389890f6850002ef4d9ba964c04ae Mon Sep 17 00:00:00 2001 From: Chen Peng Date: Thu, 6 Aug 2026 22:45:58 +0800 Subject: [PATCH] =?UTF-8?q?OS=5FCFG=5FSYSCALL=5FPRIORITY=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BA=200x05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kernel/SingleCore/os_config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/SingleCore/os_config.h.in b/Kernel/SingleCore/os_config.h.in index fe50dbc..cccd031 100644 --- a/Kernel/SingleCore/os_config.h.in +++ b/Kernel/SingleCore/os_config.h.in @@ -36,7 +36,7 @@ #endif /* OS_CFG_TICKS_PER_SECOND */ #ifndef OS_CFG_SYSCALL_PRIORITY -#define OS_CFG_SYSCALL_PRIORITY 0x4 +#define OS_CFG_SYSCALL_PRIORITY 0x05 #endif /* OS_CFG_SYSCALL_PRIORITY */ #ifndef OS_CFG_PRIORITY_MAX