Skip to content

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

@wangzhankun

Description

@wangzhankun

SenderVector

原始命名

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

建议命名

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions