Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 727 Bytes

lemola_osv2

lemola_os (v1) ではuefi-rsを使わずに行き詰まってしまったので、とりあえずkernelをbootするところまでサクッといきたい

起動方法

1. Rust を install する。

linux系の場合、Rustツールチェインのインストールは次を実行することでできる。

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

参考 : https://www.rust-lang.org/ja/tools/install

環境変数の設定のためにシェルを再起動したりするのを忘れないようにしましょう。

2. 必要な package を install する。

./setup.sh

2. 動かす

make run