📄 sysmain.h
字号:
/* *---------------------------------------------------------------------- * 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. * *---------------------------------------------------------------------- *//* * sysmain.h (sysmain) * Kernel Main */#ifndef _SYSMAIN_#define _SYSMAIN_#include <basic.h>#include <tk/tkernel.h>#include <tm/tmonitor.h>/* Boot message */#define BOOT_MESSAGE \ "\n" \ "T-Kernel Version 1.01.00\n" \ "\n\0"/* Display the progress of start processing (sysinit) * Display the value specified by 'n' on display or LED. * Some platform may not support this function. */IMPORT void DispProgress( W n );/* * User main */IMPORT INT usermain( void );#endif /* _SYSMAIN_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -