OTL 貌似老任也开始弄自己的OS?
Sunday, November 26, 2006 3:44:23 PM

Z大linux下用QEMU跑的.....
プロジェクト: es オペレーティングシステム
概要
ソフトウェアコンポーネントによって拡張可能なオペレーティングシステムを開発しています。すべてのシステムコールがC++言語の抽象クラス(インターフェイス)の純粋仮想関数呼び出しとして実現されています。
* Development Status: 3 - Alpha
* License: Historical Permission Notice and Disclaimer
* Natural Language: Japanese
* Operating System: Other OS
* Programming Language: C++
* Topic: Operating System Kernels
登録日: 2006-08-17 11:23
活発さ: 40.4761904761905%
----------------------------
暂时只支持fat文件系统...顺道一提,这个OS是用C++开发的,更加面向对象的合理组织?
- -怎么看像是个人练手写OS...
/*
* Copyright (c) 2006
* Nintendo Co., Ltd.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
* provided that the above copyright notice appear in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation. Nintendo makes no
* representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied warranty.
*/
用的是老任自己的开源版权声明....












