CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:os

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-11-19
  • 文件大小:
    774.91kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

在系统中真正被所有进程都使用的内核通信方式是系统调用,例如当进程请求内核服务

时,就使用的是系统调用。一般情况下,进程是不能够存取系统内核的,它不能存取内核使

用的内存段,也不能调用内核函数,CPU 的硬件结构保证了这一点,只有系统调用是一个例

外。-In the system, the real core of communication are all processes using a system call, such as when a process requests kernel services, we are using a system call. Under normal circumstances, the process is not able to access the system kernel, it can not access the memory segment used by the kernel, we can not call the kernel function, the hardware structure of the CPU ensures that only the system call is an exception.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

os-4/
os-4/Makefile
os-4/boot/
os-4/boot/.DS_Store
os-4/boot/Makefile
os-4/boot/start.S
os-4/boot/start.o
os-4/doc/
os-4/drivers/
os-4/drivers/Makefile
os-4/drivers/gxconsole/
os-4/drivers/gxconsole/Makefile
os-4/drivers/gxconsole/console.c
os-4/drivers/gxconsole/console.o
os-4/drivers/gxconsole/dev_cons.h
os-4/gxemul/
os-4/gxemul/.DS_Store
os-4/gxemul/fsformat
os-4/gxemul/r3000
os-4/gxemul/r3000~
os-4/gxemul/view
os-4/gxemul/vmlinux
os-4/gxemul/vmlinux.dump
os-4/include/
os-4/include/.DS_Store
os-4/include/args.h
os-4/include/args.h~
os-4/include/asm/
os-4/include/asm/asm.h
os-4/include/asm/asm.h~
os-4/include/asm/cp0regdef.h
os-4/include/asm/regdef.h
os-4/include/asm-mips3k/
os-4/include/asm-mips3k/asm.h
os-4/include/asm-mips3k/asm.h~
os-4/include/asm-mips3k/cp0regdef.h
os-4/include/asm-mips3k/regdef.h
os-4/include/code.h~
os-4/include/env.h
os-4/include/env.h~
os-4/include/error.h
os-4/include/fs.h
os-4/include/fs.h~
os-4/include/kclock.h
os-4/include/mmu.h
os-4/include/mmu.h~
os-4/include/pmap.h
os-4/include/pmap.h~
os-4/include/print.h
os-4/include/print.h~
os-4/include/printf.h
os-4/include/queue.h
os-4/include/sched.h
os-4/include/stackframe.h
os-4/include/stackframe.h~
os-4/include/trap.h
os-4/include/trap.h~
os-4/include/types.h
os-4/include/unistd.h
os-4/include/unistd.h~
os-4/include.mk
os-4/init/
os-4/init/.DS_Store
os-4/init/Makefile
os-4/init/code.c
os-4/init/code.o
os-4/init/init.c
os-4/init/init.c~
os-4/init/init.o
os-4/init/main.c
os-4/init/main.o
os-4/lib/
os-4/lib/.DS_Store
os-4/lib/Makefile
os-4/lib/env.c
os-4/lib/env.c~
os-4/lib/env.o
os-4/lib/env_asm.S
os-4/lib/env_asm.o
os-4/lib/genex.S
os-4/lib/genex.o
os-4/lib/getc.S
os-4/lib/getc.o
os-4/lib/kclock.c
os-4/lib/kclock.o
os-4/lib/kclock_asm.S
os-4/lib/kclock_asm.o
os-4/lib/print.c
os-4/lib/print.o
os-4/lib/printf.c
os-4/lib/printf.o
os-4/lib/sched.c
os-4/lib/sched.c~
os-4/lib/sched.o
os-4/lib/syscall.S
os-4/lib/syscall.o
os-4/lib/syscall_all.c
os-4/lib/syscall_all.c~
os-4/lib/syscall_all.o
os-4/lib/traps.c
os-4/lib/traps.o
os-4/mm/
os-4/mm/Makefile
os-4/mm/pmap.all
os-4/mm/pmap.c
os-4/mm/pmap.c~
os-4/mm/pmap.o
os-4/mm/tlb_asm.S
os-4/mm/tlb_asm.o
os-4/tools/
os-4/tools/.DS_Store
os-4/tools/scse0_3.lds
os-4/user/
os-4/user/.DS_Store
os-4/user/.goutputstream-41N5GX
os-4/user/.goutputstream-GOEHGX
os-4/user/Makefile
os-4/user/bintoc
os-4/user/cat.b
os-4/user/cat.c
os-4/user/console.c
os-4/user/console.o
os-4/user/entry.S
os-4/user/entry.o
os-4/user/fd.c
os-4/user/fd.h
os-4/user/fd.o
os-4/user/file.c
os-4/user/file.o
os-4/user/fktest.b
os-4/user/fktest.c
os-4/user/fktest.x
os-4/user/fork.c
os-4/user/fork.c~
os-4/user/fork.o
os-4/user/fork~.c
os-4/user/fprintf.c
os-4/user/fprintf.o
os-4/user/fsipc.c
os-4/user/fsipc.o
os-4/user/icode.c
os-4/user/icode.x
os-4/user/idle.c
os-4/user/idle.c~
os-4/user/idle.x
os-4/user/init.b
os-4/user/init.c
os-4/user/ipc.c
os-4/user/ipc.c~
os-4/user/ipc.o
os-4/user/lib.h
os-4/user/libos.c
os-4/user/libos.o
os-4/user/ls.b
os-4/user/ls.c
os-4/user/out.txt
os-4/user/pageref.c
os-4/user/pageref.o
os-4/user/pgfault.c
os-4/user/pgfault.o
os-4/user/pingpong.b
os-4/user/pingpong.c
os-4/user/pingpong.x
os-4/user/pipe.c
os-4/user/pipe.o
os-4/user/print.c
os-4/user/print.o
os-4/user/printf.c
os-4/user/printf.o
os-4/user/pt1.c
os-4/user/pt2.c
os-4/user/sh.b
os-4/user/sh.c
os-4/user/spawn.c
os-4/user/spawn.o
os-4/user/string.c
os-4/user/string.o
os-4/user/syscall_lib.c
os-4/user/syscall_lib.o
os-4/user/syscall_lib.txt
os-4/user/syscall_wrap.S
os-4/user/syscall_wrap.S~
os-4/user/syscall_wrap.o
os-4/user/testarg.b
os-4/user/testarg.c
os-4/user/testfdsharing.b
os-4/user/testfdsharing.c
os-4/user/testfdsharing.x
os-4/user/testpipe.c
os-4/user/testpipe.x
os-4/user/testpiperace.c
os-4/user/testpiperace.x
os-4/user/testspawn.c
os-4/user/testspawn.x
os-4/user/user.lds
os-4/user/wait.c
os-4/user/wait.o

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com