📄 tmon.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. * *---------------------------------------------------------------------- *//* * @(#)tmon.h (libtm) * * T-Monitor library common definitions * * Also accessed from the assembler */#ifndef _in_asm_source_# include <basic.h># include <tm/tmonitor.h>#else# include <machine.h># include "tmsvc.h"#endif#include <tk/errno.h>/* * Function code */#define TM_MONITOR 0#define TM_GETCHAR 1#define TM_PUTCHAR 2#define TM_GETLINE 3#define TM_PUTSTRING 4#define TM_COMMAND 5#define TM_READDISK 6#define TM_WRITEDISK 7#define TM_INFODISK 8#define TM_EXIT 9#define TM_EXTSVC 255
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -