Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions arch/x86/boot0/boot0.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ msg_please_reboot:
.asciz "An error was encountered, please reboot"

.section .bss
boot_drv:
.byte 1
.lcomm boot_drv , 1

.section .data
#ifdef BOOTLOADER_PROTECTED_MODE_ENABLED
Expand Down
3 changes: 1 addition & 2 deletions arch/x86/bootstrap.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
.section .bss

.global boot_drive_nb
boot_drive_nb:
.byte 1
.lcomm boot_drive_nb , 1

.section .text

Expand Down