1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Removed doubled colon

This commit is contained in:
Jakub Kramarz 2015-01-05 07:09:34 +01:00
parent 823d25fe64
commit 3fb6fc3cd9

View File

@ -64,7 +64,7 @@ Ok, now we know about real mode and memory addressing, let's get back to registe
0xffff0000:0xfff0 0xffff0000:0xfff0
``` ```
which we can translate to the physical address:: which we can translate to the physical address:
```python ```python
>>> hex((0xffff000 << 4) + 0xfff0) >>> hex((0xffff000 << 4) + 0xfff0)