🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113

This commit is contained in:
Liang Ding 2023-01-24 14:14:27 +08:00
parent 801bc69820
commit 7e014cb525
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 27 additions and 15 deletions

View file

@ -42,6 +42,9 @@ const (
ExitCodeFatal = 1 // 致命错误
)
// IsExiting 是否正在退出程序。
var IsExiting = false
func logBootInfo() {
logging.LogInfof("kernel is booting:\n"+
" * ver [%s]\n"+