📄 readme_sysphysmemdescshow.txt
字号:
FILE LIST - sysPhysMemDescShow.c DESCRIPTION - Provides the functionality to display the contents of sysPhysMemeDesc array. RUNNING DEMO - Add the sysPhysMemDescShow.c file to a downloadable Tornado Project and build. Or place the sysPhysMemDescShow.c in your <Tornado> dir. Add this file to your project, re-build projectName.out and download it. To run this code invoke the function sysPhysMemDescShow(). TESTED ON - Host/Target : Solaris 5.5.1/ mv1604 and mv2700 VxWorks : 5.4 - Host/Target : NT 4.0 / sbc8260 VxWorks : 5.5 OUTPUT - On VxWorks target: ================= ->sysPhysMemDescShow sysPhysMemDesc[10].virtualAddr = 0xff000000 sysPhysMemDesc[10].physicalAddr = 0xff000000 sysPhysMemDesc[10].len = 0x1000000 sysPhysMemDesc[10].initialStateMask = 0x3f sysPhysMemDesc[10].initialState = 0x5 VM_STATE_VALID | VM_STATE_WRITABLE | VM_STATE_CACHEABLE_NOT | VM_STATE_MEM_COHERENCY_NOT | VM_STATE_GUARDED value = 2 = 0x2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -