Commit 1993fe7 1 parent be068e7 commit 1993fe7 Copy full SHA for 1993fe7
File tree 1 file changed +43
-17
lines changed
1 file changed +43
-17
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### タイトル
7
7
8
- 先頭のタイトルは
9
-
10
- 第 3 回 I/O 仮想化「デバイス I/O 編」
11
-
12
- 次のように変換します。
13
-
14
- # 第 3 回 I/O 仮想化「デバイス I/O 編」
15
-
8
+ 先頭のタイトルはファイルの先頭で次のようにします。
9
+ ```
10
+ ---
11
+ authors:
12
+ - 'Takuya ASADA [email protected] '
13
+ title: |
14
+ ハイパーバイザの作り方~ちゃんと理解する仮想化技術~
15
+ 第1回 x86アーキテクチャにおける仮想化の歴史とIntel VT-x
16
+ ...
17
+ ```
16
18
17
19
18
20
### 章
23
25
24
26
次のようになります。
25
27
26
- ## ハイパーバイザによるI/O デバイスエミュレーション方法
28
+ ハイパーバイザによるI/O デバイスエミュレーション方法
29
+ ====================================================
30
+ または
31
+
32
+ # ハイパーバイザによるI/O デバイスエミュレーション方法
27
33
28
34
29
35
### 節
32
38
33
39
次のようになります。
34
40
35
- ### シリアルポートの受信処理
41
+ シリアルポートの受信処理
42
+ ------------------------
43
+ または
44
+
45
+ ## シリアルポートの受信処理
36
46
37
47
### 小節
38
48
39
49
次のようになります。
40
50
41
- #### I/O APIC を通して割り込む場合
51
+ ### I/O APIC を通して割り込む場合
42
52
43
53
### ソースコード
44
-
45
-
46
- 例
54
+ 次のようになります。
47
55
48
56
```
49
57
unsigned char read_com1(void) {
58
66
59
67

60
68
61
-
62
-
63
69
### 脚注
64
70
65
71
また、デバイスによっては割り込み機能やDMA機能を持っています [^1] 。
@@ -84,7 +90,27 @@ works/tablesに.xlsx形式で置いてあります。
84
90
85
91
### リンク
86
92
87
-
93
+ <http://example.com>
94
+
95
+ ### 参考文献
96
+ 参考文献はファイルの先頭のメタデータ部に以下のようなデータを足して、 @Popek や @SDM のように参照します。
97
+ ```
98
+ references:
99
+ - id: Popek
100
+ title: Formal Requirements for Virtualizable Third Generation Architectures
101
+ URL: 'http://www.dc.uba.ar/materias/so/2010/verano/descargas/articulos/VM-requirements.pdf'
102
+ issued:
103
+ year: 1974
104
+ month: 7
105
+ - id: SDM
106
+ title: Intel(R) 64 and IA-32 Architectures Software Developer Manuals
107
+ URL: 'http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html'
108
+ ```
109
+ また、ファイルの終端に以下の章を追加して下さい。
110
+ ```
111
+ 参考文献
112
+ ========
113
+ ```
88
114
89
115
### ライセンス
90
116
You can’t perform that action at this time.
0 commit comments