Update Booting/linux-bootstrap-2md.md

This commit is contained in:
hailin cai
2016-01-29 10:04:12 -05:00
parent 4963a05b4c
commit 9a8006e407

View File

@@ -37,4 +37,10 @@
* 内存段的基地址
* 从基地址开始的偏移
通过这2个信息我们可以通过下面的公式计算出对应的物理地址
```
PhysicalAddress = Segment * 16 + Offset
```