当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Lesson 6: Boot Loader Everythin
 

 

 ·writeyourownoperatingsystemtutorial(4)    »显示摘要«
    摘要:lesson 4: hello, world now 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 enough t......
 ·ansi颜色使用研究    »显示摘要«
    摘要: 总所周知,es2类的lpmud是一个只有文字的世界,因为没有任何图像,所以正是因为有16种ansi颜色,才使得我们这个世界变得丰富多彩,更有吸引力。出于一名巫师和一名网页制作者的考虑,目前的巫师在使用ansi颜色时,常常不是惜墨如金一点都不用就是不分场合到处乱用,这样对于一个mud的表现力而言都是不好的。所以我今天有空就想随便说说有关ansi color的一些使用方法,给大家参考。 我们先从源头......


WriteYourOwnOperatingSystemTutorial(6)

lesson 6: boot loader

this is more difficult than anything else we’ve done so far.  it might be a good idea, now, to locate a reference on the fat file system (or the file system of your choice, but i will be assuming the use of the fat system).  i will give a brief overview of the boot loading process. 【程序编程相关:测试远程登录的脚本

everything 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 of expanding.  we will do this by making a boot program that simply loads an executable file off the disk and begins executing it.  this is called a boot loader.  this file loaded off the disk can be as big as we want, since it will not be constrained to one sector. 【推荐阅读:crontab 命令


...   下一页
 ·writeyourownoperatingsystemtutorial(1)    »显示摘要«
    摘要:lesson 1: the boot sector in 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 inpu......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE