Update README.md

This commit is contained in:
yude 2020-07-16 03:27:48 +09:00
parent 917829485d
commit 74f7322142
1 changed files with 21 additions and 15 deletions

View File

@ -1,4 +1,6 @@
# 必要そうなもの
## OS の基本機能
* CUI
* GUI (framebuffer)
* ファイルシステム (ファイルシステムドライバとかをinitramfsみたいな形で持つ)
@ -7,9 +9,13 @@
* タスク管理
* 入出力管理
## 上記以外の"リッチ"な機能
* テキストエディター
* ターミナル (CUI 脱却後)
# あったらうれしいけど絶対実装が面倒な奴
* Windows/Linux 互換ドライバーレイヤー
# 参考になりそうなサイト
http://yuma.ohgami.jp/x86_64-Jisaku-OS/
* http://yuma.ohgami.jp/x86_64-Jisaku-OS/