opsharel.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 21 行
GML
21 行
.*
.*
.option SHARELIB
.*
.np
The "SHARELIB" option specifies the file name of an NLM to be loaded
as a shared NLM.
Shared NLMs contain global code and global data that are mapped into
all memory protection domains.
This method of loading APIs can be used to avoid ring transitions to
call other APIs in other domains.
.np
The format of the "SHARELIB" option (short form "SHA") is as follows.
.mbigbox
OPTION SHARELIB=shared_nlm
.embigbox
.synote
.mnote shared_nlm
is the file name of the shared NLM.
.esynote
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?