当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Lesson 2: Making Our First Boota
 

 

 ·开源的stunnel--通用ssl加密程序    »显示摘要«
    摘要:[开源项目之五] stunnel--通用ssl加密程序stunnel是一个可以用ssl对任意 tcp 连接加密的程序。它可以运行在多种unix和windows操作系统之上。这样说来,它很好的解决了ssl不能对现有的旧的应用程序传输的数据加密的问题,也就是说,在stunnel出现之前,要实现安全的数据传输,只能依靠在应用程序之中添加ssl代码的方式来提高安全性,但现在,可以不这样做了,strunn......
 ·开源的ids(入侵检测系统)--snort    »显示摘要«
    摘要:[开源项目之三] 开源的ids(入侵检测系统)-- snort 说起snort可以说大多数据搞网络安全的人都对它非常了解,甚至于可能基于它做过开发。它是一个open source形式发行的网络入检测系统。由martin roesch编写,并有分布于世界各地相当多的程序员对它进行着维护和升级。 snort支持多种系统软件和硬件平台:例如 red hat linux、debian linux、h......


WriteYourOwnOperatingSystemTutorial(2)

lesson 2: making our first bootable disk

for our purposes, we want to replace the boot loader code without changing the other data in the boot sector.  if we change the data to something invalid, then dos and windows will not recognize the disk as being valid.  windows will give an error saying the disk is not formatted.  this will cause you to be unable to access any of the files on the disk.  however, we can change the boot program code all we want and, as long as we don’t mess with the other data, dos and windows will be able to read and write the files on the disk just fine. 【程序编程相关:软raid 方法

in 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. 【推荐阅读:Bash教程

-u 3e 【扩展信息:[shell] 常用的正则表达式

we will leave the first instruction (jmp 0x3e) alone, because we need to jump over the boot record data.  thus we can begin modifying the code at 0x3e.  run the dos debug program and load the first sector of a formatted floppy disk into memory at address 0.  then type the command

 

to view the instructions there.  now, we will begin modifying the code.  type the command

-a 3e

 


...   下一页
 ·张树新的探戈舞步    »显示摘要«
    摘要:张树新的探戈舞步中国科大校友基金会《校友风华》栏目专访张树新女士 刘志峰(9500)董伟川 contact us: (根据采访录音整理,有删节,未经张树新本人审阅) 刘:非常感谢您接受中国科大校友基金会《校友风采》栏目的采访。基金会主席丁剑和科大校友办主任钱若华老师请我们转达给您的新年问候! 张:谢谢。 刘:基金会2002届理事、您的师妹傅一民也请我们问候您。她还专门请我们带来了一个问题。您是科大......
» 本期热门文章:

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