linux-gate.so.1介绍补充(what is linux-gate.so.1?)
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-04
从网络上找到一点有关linux-gate.so.1的资料,英文的一个email,比较简单,相信会对大家理解有帮助.详细的见本blog的另一篇文章:what is linux-gate.so.1. 原文地址:[url]http://www.uwsg.iu.edu/hypermail/linux/kernel/0306.2/0674.html[/url] 摘录如下内容: From: David Mosberger (davidm@napali.hpl.hp.com) Date: Wed Jun 18 2003 - 14:12:21 EST Both x86 and ia64 now provide a dynamically shared object (DSO) for system call purposes (e.g., to speed up system calls and for signal trampoline/sigreturn purposes). At the moment, the names of these DSOs are different: x86: linux-vsyscall.so.1 ia64: linux-gate.so.1 I think there is some value in using the same name on all platforms that support such a DSO. vsyscall makes no sense for ia64, since there are no virtual syscalls (instead, ia64 linux provides a fast system call convention which, when coupled with light-weight system call handlers, provide full syscall semantics at more or less the speed of virtual system calls). Not surprisingly, I like the name "linux-gate", since that is really what this DSO is all about: it''s a gateway between user and kernel space. However, if this name isn''t appropriate for x86, perhaps we can find another name which will be acceptable to everybody. I already checked with Roland McGrath (cc''d), and he agrees that a common name would be good and said that he doesn''t care about the particular name that will be used. Does anyone have any strong feelings about this? If not, I plan to submit a patch to rename the x86 DSO to linux-gate.so.1. Thanks, --david To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org 拥有帝国一切,皆有可能。欢迎访问phome.net More majordomo info at [url]http://vger.kernel.org/majordomo-info.html[/url] Please read the FAQ at [url]http://www.tux.org/lkml/[/url] 拥有帝国一切,皆有可能。欢迎访问phome.net |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Linux运行环境大杂配下一篇: 一招一式攻克linux(四)
关于linux-gate.so.1介绍补充(what is linux-gate.so.1?)的所有评论