- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Shell设计与实现摘 要Shell的开发与使用是linux操作系统日渐普及的产物。而对于微型linux shell的研究是linux研究的重点。利用微型的shell,不仅可以让用户更容易操作linux,也可以帮助用户理解linux工作原理,同时保护内核的安全性。本文对shell的研究包括对其功能的了解,并实现对shell的列表、管道、输入重定向、输出重定向等命令功能,可以比较全面地认识shell解释器,编写出可以实现的各种功能的具体代码,这样来编写一个简易的linux shell解释器。在本文中所编写的shell是专门用于嵌入式设备的,在此类设备中,往往存储量小,功耗较低,但是对要求很苛刻,所以有一定的难度。本文的主要内容现先是介绍了一下shell的发展历史、特点和应用前景,紧接着解释shell与嵌入式的关系,大致了解一下linux与安卓在嵌入式开发中的地位。还罗列了shell的开发技术与unix系统编程。最终详细设计了shell的工作原理,并且附上了相关源代码,使得读者有一个大致了解。本系统全程采用C语言与unix系统高级编程开发,由本人独立完成。本系统对嵌入式开发人员操作linux系统内核与文件系统有较大帮助。关键词:Shell;程序;设计与实现;嵌入式Design and development of linux shell systemAbstractAccompanied by the popularize of the linux, more and more people are doing deeply study in it. The study of the shell in linux is the most important thing when study the linux. And how to study? It mainly includes the understand of some knowledge and function of the micro linux shell. Through the study of the orders in shell like list, pipe, input redirect and output redirect, readers can have a thorough sense about the shell and learn to use these orders accurately in shell which play an important role in programming later. Code accurately and achieve ?a simple shell with the functions above after analyzing the details of every functions module.Moreover, in the embedded field, the hardware resources are limited, but demand is unlimited. This means they have to use limited resources to accomplish a variety of needs, and embedded design and programming in the traditional PC, is very different, and it often requires only a small part of a large program on meet its needs, so we had to cut out a number of use less programs in exchange for space. In the embedded field, as the traditional K shell, C shell, Bourne Shell and other large-scale shell program will make our hardware resources are stretched. So we need a more suitable for embedded systems used in the shell, this is my another objective of this design.Keywords: Shell; Process; Design and achieve; embedded目 录摘 要iAbstractii前 言11 绪论21.1
您可能关注的文档
- 2015本科客房管理系统设计与实现.doc
- 2015本科面向特定群体的健康管理平台设计与实现.doc
- 2015本科企业员工信息管理系统论文.doc
- 2015本科人力资源管理系统的设计与实现.doc
- 2015本科人力资源管理系统的设计与实现论文.doc
- 2015本科食蛇游戏-后台功能实现模块.doc
- 2015本科-贪食蛇游戏.doc
- 2015本科文件传输与聊天系统设计论文.doc
- 2015本科五子棋游戏的设计与实现毕业论文.doc
- 2015本科选课系统的设计与实现.doc
- 2015年本科2015年本科-超市进销存管理系统设计与实现本科论文.doc
- 2015年本科2015年本科大学毕业生就业信息管理系统毕业论文设计.doc
- 2015年本科2015年本科放大镜的设计与实现毕业论文设计.doc
- 2015年本科2015年本科画图板的设计与实现毕业论文设计.doc
- 2015年本科2015年本科基于Android手机的多轴飞行器姿态控制系统本科毕业论文设计.doc
- 2015年本科2015年本科基于BS的企业报表管理系统的论文设计与实现.doc
- 2015年本科2015年本科基于JAVA的出租车管理系统设计与实现本科论文.doc
- 2015年本科2015年本科-基于Java的动漫网站的设计与实现毕业论文.doc
- 2015年本科2015年本科基于java的环境保护与宣传网站的设计与实现本科论文.doc
- 2015年本科2015年本科基于Java的敬老院运营管理系统设计与实现本科论文.doc
文档评论(0)