+1: /* Die if we could not access high memory */
+ jnc 3f
+ movw $a20_death_message, %si
+ xorw %di, %di
+ call print_message
+2: jmp 2b
+ .section ".prefix.data", "aw", @progbits
+a20_death_message:
+ .asciz "Gate A20 stuck - cannot continue\n"
+ .size a20_death_message, . - a20_death_message
+ .previous
+3: