📄 01.htm
字号:
<TR>
<TD height=23><IMG height=7 src="01.files/a_nav.gif"
width=7><A class=Name02
href="http://linux.ccidnet.com/pub/disp/Article?columnID=302&articleID=34386&pageNO=1">
如何提高linux命令行的工作效率</A> <SPAN
class=content01>(2002.12.20)</SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- 包含相关文章结束--><BR><!-- 包含信息化大赛开始 --><!-- 包含信息化大赛结束 -->
<TABLE cellSpacing=0 cellPadding=0 width=580 align=center border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE><!-- 包含相关评论开始-->
<TABLE
style="BORDER-RIGHT: #e2e3e4 1px solid; BORDER-TOP: #e2e3e4 1px solid; BORDER-LEFT: #e2e3e4 1px solid; BORDER-BOTTOM: #e2e3e4 1px solid"
cellSpacing=0 cellPadding=0 width=580 align=center border=0>
<TBODY>
<TR>
<TD class=content bgColor=#e2e3e4 height=21><IMG height=5 src=""
width=10><IMG height=13 src="01.files/icon_1.gif" width=14
align=absMiddle> 相关评论</TD></TR>
<TR>
<TD vAlign=top bgColor=#ffffff>
<TABLE class=Name02 cellSpacing=1 cellPadding=1 width="100%"
bgColor=#e1e1e1 border=0>
<TBODY>
<TR>
<TD bgColor=#ffffff
height=23>1.这个小系统我在Linux下调试成功了!!!真的不错!它将pc机引导成功后,由一个任务调度程序分时的调度3个进任务运行,每个在显示器的特定位置输出各自的计数器的16进制的值,原来操作系统就是这样炼成!!,更重要的,它时在x86的实模式下实现的,没有借助于CPU的硬件功能,完全通过软件来实现的,正如楼上的大侠所说对于理解分时多任务操作系统基本概念有帮助,。没想到一个如此简洁的2个小程序即可实现一个简单的多任务的操作系统。
希望<<开放系统世界>>应多登些这类让我们菜鸟长见识的文章,不知道怎么联系作者,俺想和他好好切磋切磋,如果板主知道,发至我的email:jockeyson@hotmail.com<SPAN
class=content01> (<A
href="mailto:jockeyson@hotmail.com">osfan</A> Feb 24,
2003 2:44:45 PM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff
height=23>2.有两个问题想请教高手:这篇文章说的方法是在LINUX下编译的,且编译为.o文件,能不能在Windows或DOS下编译?能不能编译成其它格式?在写入软盘之前,是否要将软盘格式化?两个问题,请多指教!<SPAN
class=content01> (<A
href="mailto:robter5611@163.com">robter5611</A> Feb 18,
2003 7:17:32 PM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff
height=23>3.太好了!软件设计得如此小巧,而且在实模式下实现了多任务的功能,读后受益匪浅,大开眼界!<SPAN
class=content01> (<A
href="mailto:alinux@aa.com">初学者</A> Jan 20, 2003 8:40:28
AM)</SPAN></TD></TR>
<TR>
<TD bgColor=#ffffff height=23>4.图7画反了。<SPAN class=content01>
(<A href="mailto:peterspy@vip.sina.com">菜鸟</A> Jan 9,
2003 4:48:47
PM)</SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- 包含相关评论结束 -->
<TABLE cellSpacing=0 cellPadding=0 width=580 align=center border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE><!-- 包含评论表开始-->
<TABLE
style="BORDER-RIGHT: #e2e3e4 1px solid; BORDER-TOP: #e2e3e4 1px solid; BORDER-LEFT: #e2e3e4 1px solid; BORDER-BOTTOM: #e2e3e4 1px solid"
cellSpacing=0 cellPadding=0 width=580 align=center border=0>
<TBODY>
<TR>
<TD class=content01 width=489 bgColor=#e2e3e4 height=23><IMG
height=5 src="" width=20>发表评论:</TD>
<TD class=content01 width=103 bgColor=#e2e3e4><A
href="http://linux.ccidnet.com/pub/disp/ListComment?articleID=35451&articleURL=/pub/disp/Article?columnID=303$articleID=35451$pageNO=1&articleTitle=编写实模式多任务操作系统模型之一&channelid=287"
target=_blank>查看更多评论</A></TD></TR>
<TR>
<TD class=content align=middle colSpan=2>
<TABLE class=content cellSpacing=5 cellPadding=0 width=580
align=center border=0>
<FORM name=form2 action="" method=post><INPUT type=hidden
value=/pub/disp/Article?columnID=303$articleID=35451$pageNO=1
name=articleURL> <INPUT type=hidden value=编写实模式多任务操作系统模型之一
name=articleTitle> <INPUT type=hidden value=35451 name=articleID>
<TBODY>
<TR>
<TD noWrap width=90 height=18><FONT
color=#990000>*</FONT>姓 名:</TD>
<TD width=200 height=18><INPUT name=username></TD>
<TD noWrap width=90 height=18><FONT
color=#990000>*</FONT>电子邮件:</TD>
<TD width=200 height=18><INPUT name=email></TD></TR>
<TR>
<TD width=400 colSpan=4><TEXTAREA name=content rows=4 cols=73>请在此填写您的评论</TEXTAREA>
</TD></TR>
<TR>
<TD width=90> </TD>
<TD width=200> </TD>
<TD width=90> </TD>
<TD width=200> <INPUT onclick=javascript:submitForm() type=button value=提交 name=Submit>
<INPUT type=reset value=重填 name=Submit2>
</TD></TR></FORM></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript><!-- function IsEmail(str) { var nLen; var nCnt1, nCnt2; nCnt1=0; nCnt2=0; nLen = str.length; for(var i=0; i<nLen; i++) { if(str.charAt(i)==' ') { return false; } if(str.charAt(i)=='\'' || str.charAt(i)=='\"') { return false; } if(str.charAt(i)=='<' || str.charAt(i)=='>' ) { return false; } if(str.charAt(i)=='@') { nCnt1++; } if(str.charAt(i)=='.') { nCnt2++; } } if( nCnt1!=1 || nCnt2<1) { return false; } else return true; } function ValidateInput(){ if(document.form2.username.value == '') { alert("请填写姓名"); document.form2.username.focus(); return false; } if (IsEmail(document.form2.email.value)==false) { alert("请正确输入您的邮箱地址!"); document.form2.email.focus(); return (false); } return true; }//--></SCRIPT>
<SCRIPT language=JavaScript><!--function submitForm(){ if (ValidateInput()) { url = "Comment?username=" + document.form2.username.value + "&email=" + document.form2.email.value; url = url + "&articletitle=" + document.form2.articleTitle.value; url = url + "&content=" + document.form2.content.value; url = url + "&articleURL=" + document.form2.articleURL.value; url = url + "&channelid=287"; window.open(url,'用户点评提交成功','width=400,height=300') }}//--></SCRIPT>
<!-- 包含评论表结束-->
<TABLE cellSpacing=0 cellPadding=0 width=580 align=center border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE height=16 cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD width=760 bgColor=#cccc98 height=8></TD></TR>
<TR>
<TD width=760 bgColor=#ffffff height=8></TD></TR></TBODY></TABLE><!-- 模版文件头 -->
<DIV align=center>
<TABLE height=80 cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<CENTER>
<TBODY>
<TR>
<TD class=content01 align=middle height=15>
<P align=center><A class=content01 style="TEXT-DECORATION: none"
href="http://linux.ccidnet.com/">返回主页</A> <A class=content01
style="TEXT-DECORATION: none"
href="http://linux.ccidnet.com/help/webmap.html">网站地图</A> <A
class=content01 style="TEXT-DECORATION: none"
href="http://linux.ccidnet.com/help/aboutus.html">关于我们</A> <A
class=content01 style="TEXT-DECORATION: none"
href="http://linux.ccidnet.com/help/readme.html">使用说明</A> <A
class=content01 style="TEXT-DECORATION: none"
href="http://search.ccidnet.com/">网站检索</A> <A class=content01
style="TEXT-DECORATION: none"
href="mailto:ad@staff.ccidnet.com">联系广告</A> <A class=content01
style="TEXT-DECORATION: none"
href="http://linux.ccidnet.com/pub/disp/Article?columnID=303&articleID=35451&pageNO=1#">页面上端</A></P></TD></TR>
<TR>
<TD align=middle height=5>
<DIV align=center>
<P align=center><IMG height=2 src="01.files/green_dot.gif" width=444><IMG
height=1 src="01.files/green_dot.gif" width=1></P></DIV></TD></TR></CENTER>
<TR>
<TD class=content01 vAlign=top align=middle height=53>
<P align=center>与我们联系:<A class=content01
href="mailto:webmaster@staff.ccidnet.com">webmaster@staff.ccidnet.com</A>
Tel:8610-88558908<BR>发布广告:<A class=content01
href="mailto:ad@staff.ccidnet.com">ad@staff.ccidnet.com</A>
Tel:8610-88558952<BR><A class=content01
href="http://linux.ccidnet.com/help/copyright.htm">Copyright © 2001
CCIDnet.All rights
reserved.</A></P></TD></TR></TBODY></TABLE></DIV></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -