01.
Write Your Own Operating System Tutorial(中文版) 简介简介这份教程将告诉你如何开始着手写一个你自己的操作系统。它将向你展示一个应该如何开始做这些事情的方法。这份教程并不试图解释操作系统的每个方面,也不一定使用最快,最好的方法或者是技巧。所有的源代码都以可...查看完整版>>
Write Your Own Operating System Tutorial(中文版) 简介
02.
Write Your Own Operating System Tutorial(中文版)Lesson 1:引导扇区本课我们将学习引导扇区的内容,然后我们就可以开始写自己的引导程序。当计算机从软盘启动时,BIOS读取磁盘并将第一个扇区载入内存地址0000:7C00。这第一个扇区称为DOS 引导记录(DBR)。BIOS跳转到地...查看完整版>>
Write Your Own Operating System Tutorial(中文版)
03.
Write Your Own Operating System Tutorial [转载]Write Your Own Operating System TutorialLesson 1: The Boot SectorIn this lesson we’ll learn about the contents of the boot sector so that we can learn to write our own boot program.When the comp...查看完整版>>
Write Your Own Operating System Tutorial [转载]
04.
Write Your Own Operating System Tutorial(7)Lesson 7: Start Saying Goodbye To BIOSNow that we have a boot loader that will load our operating system, and thus can make our operating system larger than one sector, we can now begin to add some co...查看完整版>>
Write Your Own Operating System Tutorial(7)
05.
Write Your Own Operating System Tutorial(6)Lesson 6: Boot LoaderEverything we’ve done so far has been placed entirely inside the boot sector. We can’t make our operating system very big at all if it is to fit in one sector. We need a way o...查看完整版>>
Write Your Own Operating System Tutorial(6)
06.
Write Your Own Operating System Tutorial(5)Lesson 5: Let’s Make It InteractiveAll of this printing stuff to the screen is fun, but no operating system would be any good at all if it did not provide any interactivity. Let’s make it read inpu...查看完整版>>
Write Your Own Operating System Tutorial(5)
07.
Write Your Own Operating System Tutorial(4)Lesson 4: Hello, WorldNow is the time you’ve all been waiting for. Finally we get to the classic “first” program. Every decent programming book has a “Hello, World” program, and now we know eno...查看完整版>>
Write Your Own Operating System Tutorial(4)
08.
Write Your Own Operating System Tutorial(3)Lesson 3: NASMIn this lesson we will learn to use an assembler to write our programs. In previous lessons we have assembled them using DEBUG. After playing around with this for a while, you will qui...查看完整版>>
Write Your Own Operating System Tutorial(3)
09.
Write Your Own Operating System Tutorial(2)Lesson 2: Making Our First Bootable DiskIn this lesson, we will learn how to create a boot program on a floppy disk. We will start by modifying the Microsoft DOS Boot Record.For our purposes, we want...查看完整版>>
Write Your Own Operating System Tutorial(2)
10.
Write Your Own Operating System Tutorial(1)Lesson 1: The Boot SectorIn this lesson we’ll learn about the contents of the boot sector so that we can learn to write our own boot program.When the computer boots from a floppy, BIOS (Basic Input/O...查看完整版>>
Write Your Own Operating System Tutorial(1)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。