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

📄 keydefs

📁 C++ 编写的EROS RTOS
💻
字号:
/* * Copyright (C) 2001, 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. *//* Changes to these need to be matched by changes to the dispatch   table in kern_Invoke.cxx */primary	Startprimary	Resume	/* last gate key *//* primary Wrapper */primary	Nodeprimary	Segmentprimary	Process	/* last object key (i.e. things from the disk) */primary	Pageprimary	Deviceprimary	Numberprimary	Timerprimary	Schedprimary	Range       /* Representable base=64 bits, count=32 bits */primary	PrimeRange  /* Full range, not elegantly subdivisible */noakt   PrimeRangeprimary	PhysRange   /* Physical page range, not elegantly subdivisible */noakt   PhysRangeprimary	KeyBitsprimary	Discrimprimary	Returnerprimary	ProcessToolprimary	Checkpointprimary	Voidprimary	Sleepprimary	Consoleprimary	SchedCreatorprimary	SysTraceprimary	DevicePrivsprimary	TimePageprimary	TimeOfDay/* primary	LogAppend *//* Following needs to go away, but only after I figure out how the kernel   debugger should be wired to avoid it. It might turn out that this   device really should be primitive when a kernel debugger is   present. */primary	Keyboard/* Following is highly experimental -- it is intended to let the   kernel invoke itself via the ordinary capability invocation   mechanism so that the Yield() logic can be safely unified. It is   NOT intended that this type of capability should ever be given to a   process, though doing so has no overt security consequences.  The   only operation performed by a LogPage key is to cause that log page   to get page-faulted into memory. It returns RC_OK on success.   Hmm.  I suppose that this might be used to learn the size of the   log, so it should probably return RC_OK if the requested frame is   out of range too; since the only legitemate client is the kernel,   we're not really going to pay attention anyway. *//* primary	LogFrame */domain	PCCdomain	MetaConstructordomain	SpaceBankdomain	DomCredomain	VcskSegdomain	FreshSeg/* Constructor gets two: */domain	ConstructorBuilderdomain	ConstructorRequestordomain	Directorydomain	Filedomain	SigMux

⌨️ 快捷键说明

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