Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于用户态中断若干概念的命名问题 #2

Open
wangzhankun opened this issue May 11, 2023 · 0 comments
Open

关于用户态中断若干概念的命名问题 #2

wangzhankun opened this issue May 11, 2023 · 0 comments

Comments

@wangzhankun
Copy link

SenderVector

原始命名

在接收方创建文件描述符的时候,需要向其中传递一个值用于区分不同的发送方,这个值也会被记录到了发送者状态中。目前这个值被命名为了SenderVector,中文翻译的时候将其翻译为了中断向量。

建议命名

建议将这个值命名为为SenderIdentifier,中文命发送者标识。这个值主要是接收方用来区分不同的发送者的,将其命名为SenderIdentifier更容易明确其含义,同时也不会与中断向量相混淆。在S-mode下的中断处理中,中断向量(vector)实际上指代的时中断服务程序的首地址。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant