From 3fb6fc3cd910909f2a1083f70c9d4754b54c9a4c Mon Sep 17 00:00:00 2001 From: Jakub Kramarz Date: Mon, 5 Jan 2015 07:09:34 +0100 Subject: [PATCH] Removed doubled colon --- linux-bootstrap-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-bootstrap-1.md b/linux-bootstrap-1.md index e621b9e..110991d 100644 --- a/linux-bootstrap-1.md +++ b/linux-bootstrap-1.md @@ -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)