[arch][x86] Fix x86 build for changes related to removal of BOOT_OBJS.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#define NUM_INT 0x31
|
||||
#define NUM_EXC 0x14
|
||||
|
||||
.text.boot
|
||||
.section ".text.boot"
|
||||
.global _start
|
||||
_start:
|
||||
jmp real_start
|
||||
|
||||
@@ -25,6 +25,7 @@ ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
.text 0x0200000 : {
|
||||
*(.text.boot)
|
||||
*(.text)
|
||||
*(SORT(.text$*))
|
||||
*(.gnu.linkonce.t.*)
|
||||
|
||||
Reference in New Issue
Block a user