搜索资源列表
写了一个基于MMU的操作系统,ARM9上的
- 一个基于MMU的操作系统,ARM9上的,适合学习linux操作系统,注意把文件格式改为tar格式-an MMU-based operating system, ARM9, suitable for learning Linux operating systems, file formats attention to tar format
readline-5.0.tar
- 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to
自己动手做一个迷你LINUX系统
- 写一个自己的LINUX 的小操作系统 自己看看筹满20个字-write their own Linux operating system could see for himself the small discs full 20 characters
grub-1.93.tar
- 最新的grub2源代码,小型的os,可以作为学习写操作系统使用-latest grub2 source code, the small os can be used as learning to write using the operating system
RTOSandNucleusPLUS
- Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实 时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码
zijidongshouxiecaozuoxitong
- 自己动手写操作系统的源码是于渊编的很实用的一本好书 -personally written to the operating system source code is in the addendum to the Yuan is a practical books
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
操作系统内核源码
- 这个是我写的操作系统内核源码,很好很强大
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
writeos-1.0-2-weekly.tar
- 用开源软件自己动手写操作系统的源码,在linux下面实现,很不错-Using open source software to write their own operating system source code, in linux to achieve the following, very good
writeos
- 自己动手写操作系统,想学的大侠可以参考一下-Yourself to write the operating system, want to learn about the heroes can refer to
123
- 带操作系统的sd 读写,基于ucos,主要是驱动程序-Sd with the operating system read and write, based on ucos, mainly the driver
vmalloc
- 建议自己写操作系统的朋友下载; 建议使用一个没有内存管理的操作系统的朋友下载; 建议对内存管理实现感兴趣的朋友下载-Memory management
answer
- 操作系统操作精髓与设计原理习题解答,题目中要求写代码的有代码,有代码分析等,是操作系统操作精髓与设计原理作者自己写的答案-The essence of the operating system operation and design principles of Exercise answers, the subject requested to write code in a code, a code analysis, is the essence of the operating syst
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
100-classic-algorithm-c-language-
- 经典C语言程序设计100例,C语言能够让你深入系统底层,你知道的操作系统,哪一个不是C语言写的?所有的windows,Unix,Linux,Mac,os/2,没有一个里外的,如果你不懂C语言,怎么可能深入到这些操作系统当中去呢?更不要说你去写它们的内核程序了。-Classic C Programming Language 100 cases, C language allows you in-depth the underlying system, you know the operating
writeos
- WriteOS自己动手写操作系统,高清版,另外有例子源码,学习的好帮手-WriteOS yourself to write the operating system, high-definition version, another example of source code, learn a good helper
Hackers-decompile
- 黑客反编译的基础教程,也是写linux核心代码操作系统的必备-Hackers decompile based tutorial, linux kernel code is to write the necessary operating system
procManer
- 一个QT写的LINUX进程管理器,通过调用linux的API来实现。 进程管理是操作系统的重要部分。-Write a QT LINUX process management, achieved by calling Linux API. Process management is an important part of an operating system.
操作系统实验
- 1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量share