Skip to content

Commit 1993fe7

Browse files
committed
Update format.md
1 parent be068e7 commit 1993fe7

File tree

1 file changed

+43
-17
lines changed

1 file changed

+43
-17
lines changed

format.md

+43-17
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55

66
### タイトル
77

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+
```
1618

1719

1820
###
@@ -23,7 +25,11 @@
2325

2426
次のようになります。
2527

26-
## ハイパーバイザによるI/O デバイスエミュレーション方法
28+
ハイパーバイザによるI/O デバイスエミュレーション方法
29+
====================================================
30+
または
31+
32+
# ハイパーバイザによるI/O デバイスエミュレーション方法
2733

2834

2935
###
@@ -32,18 +38,20 @@
3238

3339
次のようになります。
3440

35-
### シリアルポートの受信処理
41+
シリアルポートの受信処理
42+
------------------------
43+
または
44+
45+
## シリアルポートの受信処理
3646

3747
### 小節
3848

3949
次のようになります。
4050

41-
#### I/O APIC を通して割り込む場合
51+
### I/O APIC を通して割り込む場合
4252

4353
### ソースコード
44-
45-
46-
54+
次のようになります。
4755

4856
```
4957
unsigned char read_com1(void) {
@@ -58,8 +66,6 @@
5866

5967
![I/O-bitmap と I/O アドレス空間](figures/part3_fig1 "図1")
6068

61-
62-
6369
### 脚注
6470

6571
また、デバイスによっては割り込み機能やDMA機能を持っています [^1] 。
@@ -84,7 +90,27 @@ works/tablesに.xlsx形式で置いてあります。
8490

8591
### リンク
8692

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+
```
88114

89115
### ライセンス
90116

0 commit comments

Comments
 (0)