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

📄 snxdemo.def

📁 VRTX 商用嵌入式实时操作系统
💻 DEF
字号:
@dnl ************************************************************
@dnl     Project Configuration File for SNX x86/fpm Demo
@dnl ************************************************************


make.root.name:     snxdemo

make.target.debug:  yes


@dnl ************************************************************
@dnl      Include OS, target and tool definitions 
@dnl ************************************************************


@include(system.def)
@include(pcat.def)
@include(microtec.def)


@dnl ************************************************************
@dnl      Include necessary VRTXsa x86/fpm Components 
@dnl ************************************************************

rpc.enabled:        no
nfs.enabled:        no
ifx.enabled:        no
esh.enabled:        yes
snx.enabled:        yes
rtl.enabled:        yes


@dnl ****************************************************************
@dnl            Set SYSTEM ENTRY POINTS, Application Modules     *
@dnl ****************************************************************

user.entry_point:
sys.objs.usr:  ne2000.obj,


@dnl ****************************************************************
@dnl           Define Actual Devices for PC Target                                                           *
@dnl ****************************************************************

@dnl  Remove serial_x if used for XRAY interface
@dnl  Add ether_1 if SNX enabled

board.devices:   board, screen, timer_1, serial_2, ether_1 

@dnl ****************************************************************
@dnl           Define VRTX x86/fpm Logical Devices                                                            *
@dnl ****************************************************************

vrtxos.console:       DEV_SCREEN
sys.env.devices:      board,console,timer,network

sys.env.dev.network.value:       ether_1

#default console for startup messages
sys.env.dev.console.value:       screen


@dnl ****************************************************************
@dnl           Application Memory Requirements                                         *
@dnl ****************************************************************


code.size:      0xD0000

@dnl remove the following for 386ex systems
@dnl remove the following if PC RAM is 1MB or less
@dnl remove the following if total code+debugger size is < 640K

@include(memdefs\pcmemhi.def)
boot.logio.num_buffers:         64

@dnl ************************************************************
@dnl      RunTime Library Configuration
@dnl ************************************************************

rtl.hardware.fp_support:     no 
rtl.IFX_support:             no

rpc.pm_priority:        20
nfs.userid: 588
nfs.groupid: 100

@dnl ****** NE2000 Ethernet Adapter

ether.device:	  ne2000

ne2000.IRQ:           15
ne2000.base.address:  0x300
ne2000.cable.type:    CABLE_TWISTED_PAIR


@dnl ======================================
@dnl           SNX HOST table
@dnl ======================================
snx.interface.lg0.addr:	192.9.200.99


snx.hosts.suzhou:       192.9.200.99
snx.hosts.mripc:        192.9.200.55
snx.hosts.slj:          192.9.200.205

snx.hosts.list:         suzhou,mripc,slj
snx.local_host:         suzhou


@dnl ======================================
@dnl            Domain names
@dnl ======================================
snx.domain.name:        mri.com
snx.nameserver.list:    

⌨️ 快捷键说明

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