QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1290|回复: 3

问几个问题,哪位老大指点一下

[复制链接]
发表于 2003-5-15 21:44:14 | 显示全部楼层 |阅读模式
请问一下:
1.shell下cp函数的源代码在哪里能找到?
2.在shell下增加一个类似cp的函数可以吗,怎么加上去?
3.在shell下的函数能直接调用内核函数吗,比如说ext2_get_block?
4.buffer_head这个结构里的page指什么?另外buffer_head里记录buffer长度的项是哪个,怎么找不到?
谢谢先。
发表于 2003-5-15 22:34:05 | 显示全部楼层
1) cp is user spcae code. it can be found from fileutils-xxx.src.rpm
2) u write a program, compile it, and then put in u path.
3) no, can not.
4) which one? b_page? Pointer to the descriptor of the page that stores the buffer.
the buffer length is b_size. it record in byte. u need >>9 to get  # in sector unit.
回复

使用道具 举报

 楼主| 发表于 2003-5-15 23:40:43 | 显示全部楼层
谢谢cheungming的回复,能不能说一下fileutils-xxx.src.rpm 在哪里能找到,我在源码下找了一下没找到。另外b_page指向内存中的一个物理页还只是一个内存中一个虚拟的结构?
回复

使用道具 举报

发表于 2003-5-16 01:07:50 | 显示全部楼层
point to a page descriptor.

www.rpmfind.net or redhat.com
but i bet u can find it from u rh cd. not installation cd, but source cd.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 02:32 , Processed in 0.109135 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表