mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 03:01:26 +08:00
Update Booting/linux-bootstrap-2md.md
This commit is contained in:
@@ -37,4 +37,10 @@
|
||||
* 内存段的基地址
|
||||
* 从基地址开始的偏移
|
||||
|
||||
通过这2个信息,我们可以通过下面的公式计算出对应的物理地址
|
||||
|
||||
```
|
||||
PhysicalAddress = Segment * 16 + Offset
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user