?? tmon.h
字號(hào):
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.02.02 * Released by T-Engine Forum(http://www.t-engine.org) at 2006/8/9. * *---------------------------------------------------------------------- *//* * @(#)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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -