• 大小:
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: 其他
  • 标签: 文件系统  linux  

资源简介

操作系统课程设计 文件系统

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include “filesys.h“
 

struct hinode hinode[NHINO];

struct dir dir;
struct file sys_ofile[SYSOPENFILE];
struct filsys filsys;
struct pwd pwd[PWDNUM];
struct user user[USERNUM];
struct inode *cur_path_inode;
int user_idfile_block;


void main()
{
unsigned short ab_fd1ab_fd2ab_fd3ab_fd4;
unsigned short bhy_fd1;
char *buf;
printf(“\nDo you want to format the disk?\n“);
if (getchar()==‘y‘)
{
    printf(“Format will erase all context on the disk.Are you sure?\n“);
getchar();
}
    else 
return;
if(getchar()==‘y‘)
format();
else
return;


install();
_dir();
login(2118“abcd“);
user_id=0;

    mkdir(“a2118“);
chdir(“a2118“);
ab_fd1=create(user_id“file0.c“01777);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-12-23 15:06  filesystemOS\
     文件        3091  2011-12-22 16:29  filesystemOS\filesys.h
     文件       23518  2011-12-22 19:55  filesystemOS\fs.c

评论

共有 条评论