1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-04 08:12:37 +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:
proninyaroslav 2017-12-23 21:23:35 +03:00
parent 94e883c9a5
commit c9ed5aa5fe

View File

@ -110,7 +110,6 @@ SECTIONS {
; Замечание: этот пример написан с использованием Intel синтаксиса
;
[BITS 16]
[ORG 0x7c00]
boot:
mov al, '!'