搜索资源列表
k078
- 一个纯粹用x86汇编写成的操作系统源码,麻雀虽小,五脏具全,里面包含网络、文件系统、进程调度等等。-purely a compilation of x86 operating system source code written in sparrows Although small, but with the whole, which contains network, file system, process scheduling, etc..
写了一个基于MMU的操作系统,ARM9上的
- 一个基于MMU的操作系统,ARM9上的,适合学习linux操作系统,注意把文件格式改为tar格式-an MMU-based operating system, ARM9, suitable for learning Linux operating systems, file formats attention to tar format
用VB写“多线程”程序
- 用VB编写的多线程程序,带有可以自定义线程,适用软件VB6.0,是学习操作系统编程的一个良好工具 -VB prepared by the multi-threaded process, can be defined with threads, application software VB6.0. the operating system is programmed to learn a good tool
grub-1.93.tar
- 最新的grub2源代码,小型的os,可以作为学习写操作系统使用-latest grub2 source code, the small os can be used as learning to write using the operating system
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
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
ReadWriteSolution
- 操作系统读写问题的源码实现 这是读者优先的程序-operating system read and write the source code readers realize this is the priority procedures
ProgramTools
- \"自己编写操作系统\"的四个工具包: 描述符分析器, ELF文件分析器, 写引导扇区等.-"own preparation system" in the four tool kits : descr iptors analyzers, ELF document analyzers, write boot, and so on.
C#写的一个超微软操作系统,含源代码
- C#写的一个超微软操作系统,含源代码-C#-write a Microsoft operating system, with source code
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
在NT系列操作系统里让自己“消失”
- 这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。
操作系统内核源码
- 这个是我写的操作系统内核源码,很好很强大
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
exercise_1
- 读者写者的实验程序,操作系统实验课必备,通常是实验一,大家都上网找的-Readers to write the experimental procedure, experimental courses required operating system, usually the experimental one, we all find the Internet
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
1_ReadWrite
- windows操作系统读者写者问题的VC++编程实例,大学课程中的实验-windows operating system to write the issue of the readers of VC++ programming examples of university courses in experimental
vmalloc
- 建议自己写操作系统的朋友下载; 建议使用一个没有内存管理的操作系统的朋友下载; 建议对内存管理实现感兴趣的朋友下载-Memory management
程序源码-codeblocks写的
- 使用C++实现操作系统·进程状态转换与管理模块的模拟实现(Simulation Implementation of operating system / process state conversion and management module using C++)
操作系统实验
- 1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量share