查看“Resources”的源代码
←
Resources
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
此页面维护与操作系统开发相关的资源列表。 链接可能经常会过时或站点会关闭。 如果链接不起作用,请尝试查看是否已在archive.org上进行了备份。 == 操作系统开发 == * [http://www.osdever.net/ 真正的操作系统开发] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles 操作系统资源中心] * [http://www.acm.uiuc.edu/sigops/roll_your_own/ 如何编写操作系统] * [https://www.devimperium.com/tutorials/start_your_small_operating_system_in_assembly 用汇编中开始你的小型操作系统] * [http://neuraldk.org/writing.php?FilterCat=Os+Development&FilterDev=All NeuralDK OSDev 教程] * [http://www.brokenthorn.com/Resources/OSDevIndex.html BrokenThorn OS开发教程] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/MiscellaneousSoftware/ 操作系统常见问题,总体设计,虚拟机设计,线程 ..] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/MemoryManagement/ 内存管理] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/ProtectedMode/ 保护模式] * [http://www.dtweed.com/circuitcellar/] Circuit Cellar Ink,嵌入式系统开发杂志 == 硬件规格 == * [http://perso.wanadoo.fr/pierrelib/index.html Pierre皮埃尔图书馆] * [http://www.mcamafia.de/pdf/pdfref.htm PS/2文件清单] * [http://datasheets.chipdb.org/ 芯片数据库数据表存档] * [https://web.archive.org/web/20160313204854/https://freemicronix.org/docs/ FreeMicroNix文档收藏] === 处理器 === * [https://software.intel.com/en-us/articles/intel-sdm/ Intel手册] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/ProcessorArchitecture/ 处理器架构] * [http://developer.amd.com/resources/developer-guides-manuals/ x86-64(AMD64)] === BIOS === * [https://web.archive.org/web/20100102024125/http://phoenix.com/NR/rdonlyres/56E38DE2-3E6F-4743-835F-B4A53726ABED/0/specsbbs101.pdf BIOS引导规范] * [https://web.archive.org/web/20180202045759/http://download.intel.com/support/motherboards/desktop/sb/pnpbiosspecificationv10a.pdf 即插即用BIOS规范] === 主板设备 === * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/MiscellaneousDevices/ PIC, PIT, DMA, RTC, ..] === Human Input Devices === * [http://www.ti.com/lit/ds/symlink/pc16550d.pdf 串行鼠标] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/HumanInterfaceDevices/ 人机界面设备] * [[Topic:8323|PS/2 mice]] * [[Topic:10247|PS2 mouse driver]] === 视频 === * [http://www.vesa.org VESA & VBE官方网站] === 存储 === * [http://www.t13.org 官方ATA工作组] * [http://www.ata-atapi.com/ 另一个ATA/ATAPI网站,包括参考驱动程序] * [https://web.archive.org/web/20091027131605/http://geocities.com/SiliconValley/2072/atapi.htm ATA/ATAPI命令简介]. 它包含几个ASM示例,用于读取扇区并识别驱动器。 * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/DiskandDiscDrives/ 磁盘和磁盘驱动器] * [[Topic:8339|收集了有关Ultra DMA,ATA驱动器以及PCI配置如何来的链接。]] === 音频 === * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/SoundDevices/ 声音设备] === 网络和通信端口 === * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/CommunicationDevices/ 串行和并行端口, SPP, EPP, ECP] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/NetworkingDevices/ 网络设备] * [http://pdf1.alldatasheet.com/datasheet-pdf/view/84677/ETC/RTL8139/+5_5J8UCRC/1SuMCAY.+/datasheet.pdf RTL8139 family datasheet] === 总线 === * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/InterconnectBuses/ Interconnect 互连总线] * [http://www.usb.org/developers/docs 官方USB开发人员文档]z * [https://retired.beyondlogic.org/usb/usbdevdrvs.htm 更多USB信息] * [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf USB OHCI] * [https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/ehci-specification-for-usb.pdf USB EHCI] * [http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/ohci_11.pdf OHCI for FireWire] * [http://www.o3one.org/hwdocs/usb/hcir1_0a.pdf OHCI 镜像] == 软件规格 == * [http://www.delorie.com/djgpp/doc/rbinter/ix/ Ralf Brown 拉尔夫·布朗的中断列表] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/TheBootProcess/ 引导过程] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/Partitions/ 分区] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/FileSystems/ 文件系统] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/ 可执行文件格式] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/PlugandPlaySpecs/ Plug'n'Play Specs] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/DeviceDriverInterfaces/ Device Driver Interfaces] * [http://home.teleport.com/~brainy/fatgen102.pdf FAT12-32] * [http://www.amazon.com/Art-Software-Security-Assessment-Vulnerabilities/dp/0321444426 软件安全评估的艺术] * [http://www.amazon.com/Hacking-Art-Exploitation-Jon-Erickson/dp/1593271441/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1210492590&sr=1-1 Exploitation艺术] * [http://www.amazon.com/Reversing-Secrets-Engineering-Eldad-Eilam/dp/0764574817/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1210492638&sr=1-1 逆向工程的秘密] * [http://www.amazon.com/Rootkits-Subverting-Addison-Wesley-Software-Security/dp/0321294319/ref=pd_bbs_3?ie=UTF8&s=books&qid=1210492638&sr=1-3 颠覆Windows内核] == 其他规格 == * [http://alexfru.narod.ru/emiscdocs.html 技术文件储存 (部分俄文)] * [https://web.archive.org/web/20130119090155/http://www.nondot.org/sabre/os/articles/OtherHardware/ Legos, ATX, NetPC's..] == 源代码 == * [http://files.osdev.org/mirrors/geezer/osd/snippets.htm OSD代码段索引] * [http://www.singlix.org/trdos/specs.html 在singlix.org上储存文件] * [http://gee.cs.oswego.edu/pub/misc/malloc.c malloc() 的一个参考实现] == 大学课程 == * [https://web.archive.org/web/20090507122053/http://www.scs.cs.nyu.edu/aos/ 高级操作系统 (NYU)] * 操作系统工程 (MIT) [http://pdos.csail.mit.edu/6.828/2004/ (2004)] [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-828Fall-2006/CourseHome/index.htm (2006)] * [http://pages.cs.wisc.edu/~solomon/cs537.html 操作系统简介 (WISC)] [[Category:Resources]]
返回至“
Resources
”。
导航菜单
个人工具
登录
命名空间
页面
讨论
变体
已展开
已折叠
查看
阅读
查看源代码
查看历史
更多
已展开
已折叠
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息