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

📄 syskind.def

📁 VRTX 商用嵌入式实时操作系统
💻 DEF
字号:
@dnl -------------------------------------------------------------------------
@dnl
@dnl		Copyright (c) 1993 READY SYSTEMS CORPORATION.
@dnl
@dnl	All rights reserved. READY SYSTEMS' source code is an unpublished
@dnl	work and the use of a copyright notice does not imply otherwise.
@dnl	This source code contains confidential, trade secret material of
@dnl	READY SYSTEMS. Any attempt or participation in deciphering, decoding,
@dnl	reverse engineering or in any way altering the source code is
@dnl	strictly prohibited, unless the prior written consent of
@dnl	READY SYSTEMS is obtained.
@dnl
@dnl
@dnl	Module Name:		%M%
@dnl
@dnl	Identification:		%Z% %I% %M%
@dnl
@dnl	Date:			%G%  %U%
@dnl
@dnl -------------------------------------------------------------------------

# Kernel-independent system configuration options


# Whether to initialize the console
sys.console.enabled:	yes

# Name of console logical I/O device
# vrtxos.console is kept for compatibility; sys.console.name is the preferred new name
vrtxos.console:		DEV_VCONSOLE
sys.console.name:	`@(vrtxos.console)'


# Console callouts
sys.console.txrdy.callout:	0
sys.console.rxchr.callout:	0
sys.console.ttyerr.callout:	0

# system kputc used by kprintf
sys.kprintf.putc:	sys_kputc

# Whether to initialize the timer
sys.timer.enabled:	yes

# Timer callout
sys.timer.callout:	0

# Cache and MMU

sys.cache.enabled:		yes
sys.cache.designator:		CPU_CACHE_ALL_CACHE
# The following line is a hack for bugs 4061/4203 - should be removed
sys.cache.designator:		`@ifelse(@(board.tool.type)@(ifx.enabled),ppcyes,CPU_CACHE_INSTRUCTION_CACHE,CPU_CACHE_ALL_CACHE)'
sys.cache.mode:			BOOTOS_MEMORY_COPYBACK

sys.mmu.enabled:		yes
sys.mmu.page_table_size:	0x10000
sys.mmu.mode:			CPU_MMU_MODE_USER

# FP Emulation for PPC860

sys.fpe.enabled:		yes


# System initialization and run-time error/message handler
sys.enable.message.handler: yes

sys.message.handler: `@ifelse(@(sys.enable.message.handler),yes,sys_default_message_handler,sys_minimal_message_handler)' 

# The no. of message or errors that can be held in memory console (buffer)
sys.max.msg.count: `@ifelse(@(sys.enable.message.handler),yes,30,100)'


# Verbosity level for the message handler least to most verbose from 0 to 3
sys.msg.verbosity: 1

⌨️ 快捷键说明

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