readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 14 行
TXT
14 行
## $Id: README,v 1.1 1997/06/03 00:13:01 joel Exp $#This test is broken as it is currently implemented. It is illegal fora task to do Ada IO during a extension since the Ada run-time useslocks to safeguard data structures. Dispatching is disabled and thecall to Text_IO in the Switch extension will lock the system up.The proper solution is to have the Switch extension lock task andtime when it a switch occurs and have a single task print thisinformation as necessary.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?