work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Linux 中模拟延时和丢包的实现 | 9701 | 0 | 2 | 2011-02-23 | |
关于转载《Linux内核中流量控制》系列文章的说明 | 3307 | 0 | 0 | 2009-11-03 | |
Linux内核中流量控制(3) | 4466 | 2 | 3 | 2009-11-02 | |
Linux内核中流量控制(2) | 2870 | 0 | 3 | 2009-11-02 | |
Linux内核中流量控制(1) | 4093 | 0 | 3 | 2009-11-02 | |
Linux流量控制(二)--过滤器&分类 | 3597 | 0 | 0 | 2009-10-29 | |
Linux流量控制(一)--排队规则 | 3617 | 0 | 2 | 2009-10-29 | |
研究一下流量管理 | 2221 | 0 | 0 | 2009-10-29 | |
tc流量管理简介 | 1701 | 0 | 0 | 2009-10-28 |
godbach2015-04-07 19:03
yzh07137:你好,我看了你的这篇关于linux劫持open调用的文章[url]http://bbs.chinaunix.net/thread-1946913-1-1.html[/url](有点久远了)
我在ubuntu12.04.5(内核是3.13.0.20-32-generic)上试验了,结果编译报错了,那个Makefile不能成功执行,提示下面这个错误:
error:'struct pt_regs' has no member named 'ebx';
error:'struct pt_regs' has no member named 'ecx';
error:'struct pt_regs' has no member named 'edx';
error:'TIF_IRET' undeclared(first used in this function);
这是error,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?
估计应该是版本问题。Linux kernel code 你可以直接看啊,查一下爱对数据局结构是否还有相关成员。
回复 | 举报yzh071372015-04-06 14:36
你好,我看了你的这篇关于linux劫持open调用的文章[url]http://bbs.chinaunix.net/thread-1946913-1-1.html[/url](有点久远了)
我在ubuntu12.04.5(内核是3.13.0.20-32-generic)上试验了,结果编译报错了,那个Makefile不能成功执行,提示下面这个错误:
error:'struct pt_regs' has no member named 'ebx';
error:'struct pt_regs' has no member named 'ecx';
error:'struct pt_regs' has no member named 'edx';
error:'TIF_IRET' undeclared(first used in this function);
这是error,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?