1 Star 2 Fork 1

ZhouHeyu/Mix-SSD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
disksim_disk.c.rej 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
颜明博 提交于 2018-06-25 19:31 . first commit
***************
*** 1149,1164 ****
}
- static int disk_get_number_of_blocks(int n) {
return disksim->diskinfo->disks[n]->model->dm_sectors;
}
- static int disk_get_numcyls(int n) {
return disksim->diskinfo->disks[n]->model->dm_cyls;
}
// this is an alias for dm_translate_ltop, basically
- static void
disk_get_mapping(int maptype,
int n,
int lbn,
--- 1149,1164 ----
}
+ int disk_get_number_of_blocks(int n) {
return disksim->diskinfo->disks[n]->model->dm_sectors;
}
+ int disk_get_numcyls(int n) {
return disksim->diskinfo->disks[n]->model->dm_cyls;
}
// this is an alias for dm_translate_ltop, basically
+ void
disk_get_mapping(int maptype,
int n,
int lbn,
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ZhouHeyu/Flashsim-origin.git
git@gitee.com:ZhouHeyu/Flashsim-origin.git
ZhouHeyu
Flashsim-origin
Mix-SSD
master

搜索帮助