vrtxdm1.def

来自「VRTX 商用嵌入式实时操作系统」· DEF 代码 · 共 85 行

DEF
85
字号
@dnl ************************************************************
@dnl      Master .def file for VRTXsa x86/fpm 
@dnl ************************************************************


make.root.name:     vrtxdm1

sys.verbose.major:  yes
sys.verbose.minor:  yes
sys.verbose.panic:  yes

make.target.debug:    yes


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


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


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


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


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

sys.entry_point2:    main
sys.objs.usr:        vrtxdm1.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, timer_1, serial_1

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

vrtxos.console:       DEV_SERIAL_1
sys.env.devices:      board,console,timer


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


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


xdm.size:       5000
code.size:      4f000

@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



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

@dnl rtl.hardware.fp_support:     no

⌨️ 快捷键说明

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