搜索资源列表
ucFS_trials
- This project should serve as an \"easy start\" with uC/FS. All pathes are relative to the project file. You should therefore be able to copy the entire directory (including all ubdirectories) to any location on your harddrive. -This project sh
ucfs236
- uc/Fs 236,让uc/os也支持多种文件系统。
fs-kit-0.4.tar
- be文件系统实现的源码,其配套资料为Practical File System Design
fs
- 模拟混合索引形式的文件系统。能接收建立、删除、读、写和查询属性的命令,并在模拟文件系统中进行操作。提供一个可供操作者建立、删除、读、写文件和查看文件属性的交互界面。
Minix_SRC
- Minix3的源码,内有boot,etc,fs,inet,kernel,lib,mm,test等几个模块,提供编译工具和MakeFile
shellc
- 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
Ucore是一个很小的适于学习的操作系统
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
memory
- 模拟磁盘分区算法,有最佳适应算法和最先适应算法-Simulated disk partition algorithm, there are FS, and FF
fs
- fs 源代码,能建立一个多用户的多目录结构的文件系统,使用C++语言完全编写,里面有详细的注释,模块清晰,程序易懂。-fs source code, to build a multi-user multi-directory structure of the file system, use the C++ language full preparation, which has detailed notes, module definition, the program easy to und
fs.cpp
- 操作系统原理的文件管理模拟代码,多用户,命令交互方式-Operating System simulation code, file management, multi-user, interactive mode command
FS
- 用C++语言,模拟操作系统中文件系统的部分功能并实现 - In C++ language, simulated operating system file system features and achieve
dosfs-1.03
- Source Code of DOS FS (small embeded file system)
Homework_mm
- 实现三个功能 1:打印所有当前进程占用的内存的起始地址+结束地址 2:输入虚拟地址,打印物理地址 3:改变一个变量的值(通过虚拟地址及物理地址)-Write a module that is called mtest • When module loaded, module will create a proc fs entry /proc/mtest • /proc/mtest will accept 3 kind of input И
GT-FS.tar
- GT-FS简易文件系统源码,可以帮助刚接触文件系统编程的同学了解文件系统的整体架构-GT-FS the summary file system source code, new to the file system programming can help students understand the overall structure of the file system
fs
- fs,c程序源代码,操作系统的方面的,费很大力气弄到的-fs, c source code, the operating system aspects, too much effort to get the
fs1
- fs,操作系统源代码,费很大力气弄到手的,-fs, operating system source code, too much effort to get their hands on,
fs
- 操作系统 先来先服务算法初级模拟实现,适合初学者-Operating system first come first serve primary simulation algorithm, suitable for beginners
Intro_to_Windows_Kernel_Security_Development
- Presents Kernel’s Components: - Object Manager - Security Reference Monitor - Process/Thread Management - Memory Manager - Cache Manager - Scheduler - I/O Manager, PnP, power, GUI - Devices, FS Volumes, Net - Lightweight Procedure C
