CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发

文件名称:codeofos

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-05-15
  • 文件大小:
    1.65mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

《自己动手写操作系统》一书的光盘盒源代码。从只有二十行的引导扇区代码出发,一步一步地向读者呈现一个操作系统(linux)框架的完成过程。书中不仅关注代码本身,同时关注完成这些代码的思路和过程。本书不同于其他的理论型书籍,而是提供给读者一个动手实践的路线图。读者可以根据路线图逐步完成各部分的功能,从而避免了一开始就面对整个操作系统数万行代码时的迷茫和挫败感。-" Write their own the disc box source code of the operating system" . From only twenty lines of the boot sector code, step by step to show the reader an operating system (Linux) framework to complete the process. The book not only concerned about the code itself, while concerned about the idea and process of the completion of these codes. This book is different from other theory books, but to provide the road map to give the reader a hands-on practice. In accordance with the road map step-by-step through the functions of each part, thus avoiding the outset, confusion and frustration in the face of tens of thousands of lines of code of the entire operating system.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

《自己动手写操作系统》光盘附带源代码/Readme.txt
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/disboot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/a/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/b/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/b/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/b/Boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/b/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter1/b/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/linux/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/linux/run-tinix-in-linux
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/linux/tinix.img
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/win/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/win/run.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter2/win/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/a/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/a/pmtest1.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/a/pmtest1.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/b/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/b/pmtest2.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/b/pmtest2.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/c/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/c/pmtest3.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/c/pmtest3.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/d/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/d/pmtest4.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/d/pmtest4.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/e/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/e/pmtest5.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/e/pmtest5.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/f/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/f/pmtest6.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/f/pmtest6.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/g/lib.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/g/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/g/pmtest7.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/g/pmtest7.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/h/lib.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/h/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/h/pmtest8.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/h/pmtest8.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/i/lib.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/i/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/i/pmtest9.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter3/i/pmtest9.com
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/a/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/a/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/a/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/a/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/a/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/loader.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/b/loader.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/loader.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/loader.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter4/c/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/a/hello
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/a/hello.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/a/hello.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/b/bar.c
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/b/bar.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/b/foo.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/b/foo.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/b/foobar
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/fat12hdr.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/kernel.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/kernel.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/kernel.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/loader.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/loader.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/c/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/fat12hdr.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/kernel.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/kernel.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/kernel.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/lib.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/load.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/loader.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/loader.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/pm.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/d/TINIX.IMG
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/bochsrc.bxrc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/boot.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/boot.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/fat12hdr.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/godbg.bat
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/kernel.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/kernel.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/kernel.o
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/load.inc
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/loader.asm
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/loader.bin
《自己动手写操作系统》光盘附带源代码/Tinix/chapter5/e/pm.i

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com