我编写了一个简易的操作系统,名字叫CosOS
目前CosOS版本为0.01Alpha,采用微内核结构,目前实现文件系统、多任务、多控制台(TTY)、分页内存管理, 为应用程序提供库函数
标准输入输出:printf、gets
文件操作:open、close、read、write、unlink、stat
目录操作:opendir、readdir 、closedir
内存分配:malloc、free
执行程序:execv、execl
进程:fork、exit 等
过段时间我会以SVN的方式开源,有兴趣可以到下面这个版块来看看。
http://bbs.ecjtu.org/forum-141-1.html
或者到我的CSDN博客看看~
标准输入输出:printf、gets
文件操作:open、close、read、write、unlink、stat
目录操作:opendir、readdir 、closedir
内存分配:malloc、free
执行程序:execv、execl
进程:fork、exit 等
过段时间我会以SVN的方式开源,有兴趣可以到下面这个版块来看看。
http://bbs.ecjtu.org/forum-141-1.html
或者到我的CSDN博客看看~
作者: hatekiky2007 发布时间: 2011-06-15
很好狠强大!
作者: booxiong 发布时间: 2011-06-15
顶一个~
作者: hpsmouse 发布时间: 2011-06-15
引用楼主 hatekiky2007 的回复:
目前CosOS版本为0.01Alpha,采用微内核结构,目前实现文件系统、多任务、多控制台(TTY)、分页内存管理, 为应用程序提供库函数
标准输入输出:printf、gets
文件操作:open、close、read、write、unlink、stat
目录操作:opendir、readdir 、closedir
内存分配:malloc、free
执行程序:execv、execl……
目前CosOS版本为0.01Alpha,采用微内核结构,目前实现文件系统、多任务、多控制台(TTY)、分页内存管理, 为应用程序提供库函数
标准输入输出:printf、gets
文件操作:open、close、read、write、unlink、stat
目录操作:opendir、readdir 、closedir
内存分配:malloc、free
执行程序:execv、execl……
上面那个连接和我的CSDN博客中有CosOS的介绍和截图。多谢大家的支持~
作者: hatekiky2007 发布时间: 2011-06-15
NB!!!!!!!!!!!!!!!!!!!!!
作者: neolyao 发布时间: 2011-06-15