We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673f8de commit 63c0bd9Copy full SHA for 63c0bd9
2 files changed
arch/x86/boot0/boot0.S
@@ -11,8 +11,7 @@ msg_please_reboot:
11
.asciz "An error was encountered, please reboot"
12
13
.section .bss
14
-boot_drv:
15
- .byte 1
+ .lcomm boot_drv , 1
16
17
.section .data
18
#ifdef BOOTLOADER_PROTECTED_MODE_ENABLED
arch/x86/bootstrap.S
@@ -7,8 +7,7 @@
7
8
9
.global boot_drive_nb
10
-boot_drive_nb:
+ .lcomm boot_drive_nb , 1
.section .text
0 commit comments