mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-07-04 16:22:32 +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:
parent
94e883c9a5
commit
c9ed5aa5fe
@ -110,7 +110,6 @@ SECTIONS {
|
||||
; Замечание: этот пример написан с использованием Intel синтаксиса
|
||||
;
|
||||
[BITS 16]
|
||||
[ORG 0x7c00]
|
||||
|
||||
boot:
|
||||
mov al, '!'
|
||||
|
Loading…
Reference in New Issue
Block a user