Replace 'equ' macros with '=' ones.
They appear in symbols file. They don't require parentheses. They are shorter. git-svn-id: svn://kolibrios.org@7136 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
|
||||
include "lang.inc"
|
||||
|
||||
lf equ 0ah
|
||||
cr equ 0dh
|
||||
lf = 0ah
|
||||
cr = 0dh
|
||||
|
||||
pos_read_tmp equ 0700h ;position for temporary read
|
||||
boot_program equ 07c00h ;position for boot code
|
||||
seg_read_kernel equ 01000h ;segment to kernel read
|
||||
pos_read_tmp = 0700h ;position for temporary read
|
||||
boot_program = 07c00h ;position for boot code
|
||||
seg_read_kernel = 01000h ;segment to kernel read
|
||||
|
||||
jmp start_program
|
||||
nop
|
||||
|
Reference in New Issue
Block a user