⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 proccrekr.h

📁 C++ 编写的EROS RTOS
💻 H
字号:
/* * Copyright (C) 1998, 1999, Jonathan S. Shapiro. * * This file is part of the EROS Operating System. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2, * or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* Key conventions for the domain creator.  These need to be known to   both the domain creator and DCC.   *//* PROCESS CREATOR REGISTER CONVENTIONS */#define KR_OSTREAM    KR_APP(0)#define KR_SCRATCH0   KR_APP(1)	/* from the space bank */#define KR_SCRATCH1   KR_APP(2)#define KR_SCRATCH2   KR_APP(3)	/* Where we put the components we buy */#define KR_OUTKEY0    KR_APP(4)#define KR_RETURNER   KR_APP(5)	/* Returner key */#define KR_OURBRAND   KR_APP(6)	/* A 65536 start key to us */#define KR_OUTKEY1    KR_APP(7)	/* where the 2nd created key (if any) goes */#define KR_PROCTOOL   KR_APP(8)	/* The process tool. */#define KR_ARG0    KR_ARG(0)#define KR_ARG1    KR_ARG(1)#define KR_ARG2    KR_ARG(2)#define KR_ARG3    KR_ARG(3)#define KR_RETURNEE KR_ARG1	/* if needed, returnee should be here. */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -