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

bootstrap1: .org directive is useless in a case of binary output

so we may remove one.

Thank you @slo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
This commit is contained in:
Alexander Kuleshov 2017-11-27 00:55:54 +06:00
parent 6c1827bf74
commit abf4f684a5

View File

@ -110,7 +110,6 @@ For example:
; Note: this example is written in Intel Assembly syntax
;
[BITS 16]
[ORG 0x7c00]
boot:
mov al, '!'