From abf4f684a5e20033bcf657babba1c77025292227 Mon Sep 17 00:00:00 2001 From: Alexander Kuleshov Date: Mon, 27 Nov 2017 00:55:54 +0600 Subject: [PATCH] bootstrap1: .org directive is useless in a case of binary output so we may remove one. Thank you @slo Signed-off-by: Alexander Kuleshov --- Booting/linux-bootstrap-1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Booting/linux-bootstrap-1.md b/Booting/linux-bootstrap-1.md index 65d24f1..cb03244 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -110,7 +110,6 @@ For example: ; Note: this example is written in Intel Assembly syntax ; [BITS 16] -[ORG 0x7c00] boot: mov al, '!'