Skip to content

Commit

Permalink
Fix relocation when running with GRUB
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jun 4, 2021
1 parent 7b5f54a commit 0e61b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/boot.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ multiboot2_header:
.word 1 // flags = optional
.long 24 // size
.long PADDR(multiboot2_header) // header address
.long PADDR(multiboot2_header) // load address
.long PADDR(multiboot_header) // load address
.long PADDR(edata) // load end address
.long PADDR(_end) // bss end address

Expand Down

0 comments on commit 0e61b2d

Please sign in to comment.