文件名称:os
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-11-19
- 文件大小:
- 775kb
- 下载次数:
- 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.
时,就使用的是系统调用。一般情况下,进程是不能够存取系统内核的,它不能存取内核使
用的内存段,也不能调用内核函数,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
....\Makefile
....\boot
....\....\.DS_Store
....\....\Makefile
....\....\start.S
....\....\start.o
....\doc
....\drivers
....\.......\Makefile
....\.......\gxconsole
....\.......\.........\Makefile
....\.......\.........\console.c
....\.......\.........\console.o
....\.......\.........\dev_cons.h
....\gxemul
....\......\.DS_Store
....\......\fsformat
....\......\r3000
....\......\r3000~
....\......\view
....\......\vmlinux
....\......\vmlinux.dump
....\include
....\.......\.DS_Store
....\.......\args.h
....\.......\args.h~
....\.......\asm
....\.......\...\asm.h
....\.......\...\asm.h~
....\.......\...\cp0regdef.h
....\.......\...\regdef.h
....\.......\asm-mips3k
....\.......\..........\asm.h
....\.......\..........\asm.h~
....\.......\..........\cp0regdef.h
....\.......\..........\regdef.h
....\.......\code.h~
....\.......\env.h
....\.......\env.h~
....\.......\error.h
....\.......\fs.h
....\.......\fs.h~
....\.......\kclock.h
....\.......\mmu.h
....\.......\mmu.h~
....\.......\pmap.h
....\.......\pmap.h~
....\.......\print.h
....\.......\print.h~
....\.......\printf.h
....\.......\queue.h
....\.......\sched.h
....\.......\stackframe.h
....\.......\stackframe.h~
....\.......\trap.h
....\.......\trap.h~
....\.......\types.h
....\.......\unistd.h
....\.......\unistd.h~
....\include.mk
....\init
....\....\.DS_Store
....\....\Makefile
....\....\code.c
....\....\code.o
....\....\init.c
....\....\init.c~
....\....\init.o
....\....\main.c
....\....\main.o
....\lib
....\...\.DS_Store
....\...\Makefile
....\...\env.c
....\...\env.c~
....\...\env.o
....\...\env_asm.S
....\...\env_asm.o
....\...\genex.S
....\...\genex.o
....\...\getc.S
....\...\getc.o
....\...\kclock.c
....\...\kclock.o
....\...\kclock_asm.S
....\...\kclock_asm.o
....\...\print.c
....\...\print.o
....\...\printf.c
....\...\printf.o
....\...\sched.c
....\...\sched.c~
....\...\sched.o
....\...\syscall.S
....\...\syscall.o
....\...\syscall_all.c
....\...\syscall_all.c~
....\...\syscall_all.o
....\...\traps.c