Skip to content

Commit

Permalink
IDEAS: sqlite3の移植例を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed Aug 21, 2023
1 parent bf34de1 commit 96d3c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IDEAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ SQLiteは軽量な関係データベース管理システム (RDBMS) です。
HinaFSの代替として、SQLiteベースのデータベースサーバを実装してみましょう。
[`sqlite3`ブランチ](https://github.com/nuta/microkernel-book/tree/sqlite3#sqlite3-on-hinaos) に実装例が置いてあります。
### 自動サーバ再起動機能の実装
サーバがクラッシュしたときに、自動的に再起動する機能を実装してみましょう。ユーザータスクが異常終了する際にはVMサーバにメッセージが届くので、その情報を元に再起動を行うと良いでしょう。
Expand Down

0 comments on commit 96d3c29

Please sign in to comment.