Skip to content

Commit 0319d4d

Browse files
committed
solo5: add missing start to multiboot header
1 parent 77d61af commit 0319d4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/platform/x86_solo5/start.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extern _MULTIBOOT_START_
2626
extern _LOAD_START_
2727
extern _LOAD_END_
2828
extern _end
29+
extern _start
2930
extern kernel_start
3031

3132
ALIGN 4
@@ -37,6 +38,7 @@ section .multiboot
3738
dd _LOAD_START_
3839
dd _LOAD_END_
3940
dd _end
41+
dd _start
4042

4143
section .data
4244
__multiboot_magic:

0 commit comments

Comments
 (0)