搜索资源列表
写了一个基于MMU的操作系统,ARM9上的
- 一个基于MMU的操作系统,ARM9上的,适合学习linux操作系统,注意把文件格式改为tar格式-an MMU-based operating system, ARM9, suitable for learning Linux operating systems, file formats attention to tar format
操作系统linux报告网页版(web)
- 操作系统课程设计,在linux下实现操作系统的基本功能,包括设备驱动、系统功能调用、文件系统-courses on operating system design, the Linux operating system under the basic functions, including device drivers, the system function calls, file systems, etc.
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
操作系统作业
- 编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
第八章:文件系统实验
- Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-Linux the most important featu
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
czxtshiyan
- 操作系统课程设计 linux文件系统模拟,-Curriculum design linux operating system file system simulation,
CurriculumDesignCompilingLinuxKernel
- 编译linux内核,向内核添加系统调用源码和报告。操作系统的一个课程设计,修改内核源代码,向内核文件中增加系统调用;重新编译内核;编程调用自己创建的系统调用;图文并茂,花了两天时间才顺利做完,拿来分享,希望能帮助看到的朋友顺利编译内核。 -Compiling linux kernel, add the system calls to the kernel source code and reports. Operating system, a curriculum design, modif
linuxC
- Linux操作系统下C语言编程入门 第二章 进程介绍 ………………………10 第三章 文件操作 ………………………17 第四章 时间概念 ………………………27 第五章 信号处理 第六章 消息管理 ………………………39 第七章 线程操作 ………………………49 第八章 网络编程 ………………………54-Under the Linux operating system, C language programming Getting Started
Linux
- 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux fi
Linux
- linux操作系统下C语言编程入门 源程序编译 Makefile 的编写 程序库的链接 程序的调试 头文件和系统求助 -linux operating system, C language programming entry
linux
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载,好
os
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载,好
66
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载
5
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载,好
37148518os
- linux下的简单文件操作系统实验,基本通过运行,欢迎下载,好
File
- 这是一个简单的文件操作系统,由C语言实现,做了一个多星期,在此进行分享-This is a simple file operating system, implemented by the C language, made more than one week, here to share
conio.h
- 可用于linux系统的conio.h文件
Linux操作系统基础
- linux操作系统基础,包含: 文件系统, 进程管理, 内存管理, 用户管理(Linux operating system basis, including: file system, process management, memory management, user management)
Linux下的文件系统
- 实现一个在Linux下的模拟文件系统,完成目录的增删改、文件的增删改(Implementation of a simulated file system under Linux)