We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e86ea commit a03240cCopy full SHA for a03240c
1 file changed
asm/tsl_ap.asm
@@ -283,19 +283,7 @@ bootmode_branch:
283
284
section .data
285
286
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_load
287
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_reloc_aligned
288
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern code_hi_start_load
289
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_load
290
-
291
align 16
292
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;pepe:
293
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; dq data_lo_start_load
294
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; dq data_lo_start_reloc_aligned
295
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;dq code_hi_size_aligned
296
297
298
-;;db "hello"
299
300
GDTR32: ;; Global Descriptor Table Register.
301
dw gdt32_end - gdt32 - 1 ;; Size.
0 commit comments