Skip to content
Merged
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
2 changes: 2 additions & 0 deletions src/platform/x86_solo5/start.asm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern _MULTIBOOT_START_
extern _LOAD_START_
extern _LOAD_END_
extern _end
extern _start
extern kernel_start

ALIGN 4
Expand All @@ -37,6 +38,7 @@ section .multiboot
dd _LOAD_START_
dd _LOAD_END_
dd _end
dd _start

section .data
__multiboot_magic:
Expand Down