Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bc510fd
ブートローダー開発講座作成(概要など)
Takym Mar 2, 2026
a5d6059
ブートローダー開発講座、「NASM の基本」と「雛形」を加筆
Takym Mar 3, 2026
65a7305
ブートローダー開発講座、「レジスタの初期化」を加筆&執筆メモ追加
Takym Mar 3, 2026
d4bb2ca
ブートローダー開発講座、「ドライブ情報の取得&保存」の前半部分を加筆
Takym Mar 3, 2026
3a805b5
ブートローダー開発講座、少し加筆&執筆メモ
Takym Mar 5, 2026
d553359
ブートローダー開発講座、「ドライブ情報の取得&保存」の後半部分も完成。
Takym Mar 5, 2026
a9c5189
ブートローダー開発講座、「文字列を出力する関数」を加筆
Takym Mar 5, 2026
a02a24a
ブートローダー開発講座、執筆メモを編集
Takym Mar 5, 2026
3305fe9
ブートローダー開発講座、「失敗終了」を加筆
Takym Mar 5, 2026
6350486
ブートローダー開発講座、冒頭に説明文を追加+他
Takym Mar 5, 2026
d9ca9a5
ブートローダー開発講座、「ディスクからデータを読み込む関数」を少し執筆&ページ内リンク設定尾&表現修正など
Takym Mar 8, 2026
fce0a18
ブートローダー開発講座、「ディスクからデータを読み込む関数」を少し執筆
Takym Mar 13, 2026
884cba6
ブートローダー開発講座、「ディスクからデータを読み込む関数」やっと完成
Takym Mar 16, 2026
4710fdf
ブートローダー開発講座、「起動ディスクの読み込み」を執筆。
Takym Mar 16, 2026
7609299
ブートローダー開発講座、「改造ポイント」を執筆。
Takym Mar 18, 2026
c9d987c
ブートローダー開発講座、「起動ディスクの読み込み」&「ビルドスクリプトとリストファイル」完成
Takym Mar 21, 2026
2fc273b
ブートローダー開発講座、「デバッグ」→「起動方法」に改名&ちょっと執筆
Takym Mar 21, 2026
131463b
ブートローダー開発講座、「起動方法」の「WSL + QEMU を用いる場合」完成
Takym Apr 18, 2026
6af5f5d
ブートローダー開発講座、紹介するエミュレータと紹介しないものを明記。
Takym Apr 18, 2026
9ca08c4
ブートローダー開発講座、「起動方法」の「VirtualBox を用いる場合」完成
Takym May 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
643 changes: 643 additions & 0 deletions _posts/primers/2026/2026-00-00-bootloader.md

Large diffs are not rendered by default.

Binary file added assets/images/primers/bootloader/qemu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_0_new_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_0_new_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_0_new_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/primers/bootloader/vbox_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 48 additions & 3 deletions assets/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,14 @@ pre:has(code) {
img[alt="ジカッキィー 説明画像 通常"],
img[alt="ジカッキィー 説明画像 横長"],
img[alt="ジカッキィー 説明画像 巨大"],
img[alt="C# + .NET 9.0 + VS Code 環境構築"] {
img[alt="C# + .NET 9.0 + VS Code 環境構築"],
img[alt="QEMU 実行画面"],
img[alt="VirtualBox ホーム画面"],
img[alt="VirtualBox 仮想マシン作成画面"],
img[alt="VirtualBox 設定画面"],
img[alt="VirtualBox 設定画面 - コントローラーメニュー"],
img[alt="VirtualBox 仮想ディスク追加画面"],
img[alt="VirtualBox 実行画面"] {
width : 100%;
height : auto;
border-width: 1px;
Expand All @@ -224,11 +231,49 @@ img[alt="ジカッキィー 説明画像 巨大"] {
max-width: 1200px;
}

img[alt="C# + .NET 9.0 + VS Code 環境構築"] {
max-width : 1088px;
img[alt="C# + .NET 9.0 + VS Code 環境構築"],
img[alt="QEMU 実行画面"],
img[alt="VirtualBox ホーム画面"],
img[alt="VirtualBox 仮想マシン作成画面"],
img[alt="VirtualBox 設定画面"],
img[alt="VirtualBox 設定画面 - コントローラーメニュー"],
img[alt="VirtualBox 仮想ディスク追加画面"],
img[alt="VirtualBox 実行画面"] {
border-color: #2222CC;
}

img[alt="C# + .NET 9.0 + VS Code 環境構築"] {
max-width: 1088px;
}

img[alt="QEMU 実行画面"] {
max-width: 772px;
}

img[alt="VirtualBox ホーム画面"] {
max-width: 916px;
}

img[alt="VirtualBox 仮想マシン作成画面"] {
max-width: 953px;
}

img[alt="VirtualBox 設定画面"] {
max-width: 852px;
}

img[alt="VirtualBox 設定画面 - コントローラーメニュー"] {
max-width: 181px;
}

img[alt="VirtualBox 仮想ディスク追加画面"] {
max-width: 962px;
}

img[alt="VirtualBox 実行画面"] {
max-width: 722px;
}

iframe[title="Sponsor Takym"] {
display : inline !important;
visibility : visible !important;
Expand Down