mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-24 18:50:42 +08:00
Removed doubled colon
This commit is contained in:
@@ -64,7 +64,7 @@ Ok, now we know about real mode and memory addressing, let's get back to registe
|
||||
0xffff0000:0xfff0
|
||||
```
|
||||
|
||||
which we can translate to the physical address::
|
||||
which we can translate to the physical address:
|
||||
|
||||
```python
|
||||
>>> hex((0xffff000 << 4) + 0xfff0)
|
||||
|
||||
Reference in New Issue
Block a user