replace all with current linux/0

master
forever-learner 2 years ago
parent 8ae6d7addb
commit 8c4b496130

BIN
Image

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -211,6 +211,7 @@ void init(void)
void print_nr(int sid)
{
if (sid > 86)
printk(" --syscall: sid=%d, pid=%d\n", sid, current->pid);
/* if (sid > 86)
printk(" --syscall: sid=%d, pid=%d\n", sid, current->pid); */
;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -131,7 +131,7 @@ int sys_getdents(unsigned int fd,struct linux_dirent *dirp,unsigned int count)
i += DIR_ENTRIES_PER_BLOCK;
continue;
}
pos+=((char*) bh->b_data-(char*)(de-1));
pos+=((char*) bh->b_data-(char*)(de));
de = (struct dir_entry *) bh->b_data;
}
temp->d_ino=de->inode;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save