Update Booting/linux-bootstrap-2md.md

This commit is contained in:
hailin cai
2016-01-29 10:04:21 -05:00
parent 9a8006e407
commit 6e675d99c3

View File

@@ -39,7 +39,7 @@
通过这2个信息我们可以通过下面的公式计算出对应的物理地址
```
```c
PhysicalAddress = Segment * 16 + Offset
```