From 3a8b9086d493cccdcc312496c9f9a170f2f7f6a3 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Sun, 5 Oct 2014 11:13:32 +0200 Subject: [PATCH] lesson 3, boot sector with memory addressing --- 03-bootsector-memory/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03-bootsector-memory/README.md b/03-bootsector-memory/README.md index acb644d..fedc14e 100644 --- a/03-bootsector-memory/README.md +++ b/03-bootsector-memory/README.md @@ -33,7 +33,8 @@ the bytes following 1 and 2 are just random garbage. If you add or remove instructions, remember to compute the new offset of the X by counting the bytes, and replace `0x2d` with the new one. -~~~~~ + +----- [1] This whole tutorial is heavily inspired on that document. Please read the root-level README for more information on that.