当前位置:首页
> Luz 第6021页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which kind of structure does the current macro refer to?
Which kind of structure does the current macro refer to?@[A](1)A. struct task_structB. struct mm_structC. struct inode…
单选题:Which of the following is a probable invocation flow for file-sy
Which of the following is a probable invocation flow for file-system mounting?@[A](1)A. sys_mount -˃do_add_mount -˃ do_…
单选题:Which of the following file-system types contains the info about
Which of the following file-system types contains the info about the running kernel?@[C](1)A. devptfsB. ntfsC. procD.…
单选题:Which of the following fields of struct task_struct is used for
Which of the following fields of struct task_struct is used for describing the state of the process ?@[A](1)A. volatile…
单选题:Which of the following fields of struct task_struct contains the
Which of the following fields of struct task_struct contains the open-file table information?@[C](1)A. struct list_head…
单选题:Which of the following is a probable invocation flow?
Which of the following is a probable invocation flow? @[A](1)A. do_page_fault -˃ find_vma -˃ handle_mm_faultB. do_page_f…
单选题:Which of the following is correct?
Which of the following is correct?@[D](1)A. Linux kernel uses the BIOS all the time.B. Linux kernel uses the BIOS only…
单选题:Which of the following is a probable invocation flow?
Which of the following is a probable invocation flow?@[A](1)A. fork -˃ sys_fork -˃ do_fork B. do_fork -˃ fork -˃ sys_fo…
单选题:Which of the following is not a probable invocation flow?
Which of the following is not a probable invocation flow?@[D](1)A. sys_fork -˃ do_forkB. sys_clone -˃ do_forkC. sys_v…
单选题:Which of the following is most appropriate?
Which of the following is most appropriate?@[D](1)A. sys_clone is implemented by sys_forkB. sys_fork is implemented by…