Skip to content

Commit

Permalink
add R2 URL for pre-built image
Browse files Browse the repository at this point in the history
Signed-off-by: smallkirby <[email protected]>
  • Loading branch information
smallkirby committed Nov 16, 2024
1 parent ef77ddf commit b9963c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vmm/initramfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

## initramfs の作成

> [!TIP] ショートカット
> 自分で initramfs を生成するのがめんどうな人用に、以下の手順で生成した FS イメージを [こちら](https://r2.hv.smallkirby.com/rootfs.cpio.gz) からダウンロードすることができます。
**initramfs** はメモリ上に展開される RAM FS の一種です。
ディレクトリとファイルが単純に [cpio](https://en.wikipedia.org/wiki/Cpio) 圧縮 (+ gzib) された簡単な構造をしています。
Linux はカーネル自体が initramfs を操作するための機能を持っており、他の FS をマウントしていない間の一時的な FS として利用することができます。
Expand Down
3 changes: 3 additions & 0 deletions src/vmm/linux_boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ x64 の場合にはエントリポイントは [startup_32()](https://github.com

## Linux Kernel のビルド

> [!TIP] ショートカット
> 自分でカーネルをビルドするのがめんどうな人用に、以下の手順でビルドしたカーネルイメージを [こちら](https://r2.hv.smallkirby.com/bzImage) からダウンロードすることができます。
Linux をロード・ブートするにはカーネルイメージがないと話になりません。
まずは Linux カーネルをビルドしましょう。
Linux のソースコードは [git://git.kernel.org](git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git) からクローンすることができます。
Expand Down

0 comments on commit b9963c0

Please sign in to comment.