📄 knlinit.c
字号:
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.01.00 * Released by T-Engine Forum(http://www.t-engine.org) at 2004/6/28. * *---------------------------------------------------------------------- *//* * @(#)knlinit.c (libtk) * * KnlInit() is always linked as it is called from the * manager startup part. * Note that adding too many processing can make the * program quite large. */#include <basic.h>#include <sys/commarea.h>#include <tk/sysmgr.h>/* * Kernel utility initialization */EXPORT void KnlInit( void ){ if ( __CommArea == NULL ) { /* Get kernel common data area */ _GetKernelCommonArea(&__CommArea); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -