mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
Kernel: Move Boot/ into Arch/i386/Boot (#667)
This commit is contained in:
parent
8b07025145
commit
d09a28856f
Notes:
sideshowbarker
2024-07-19 11:37:28 +09:00
Author: https://github.com/tidux 🔰 Commit: https://github.com/SerenityOS/serenity/commit/d09a28856f2 Pull-request: https://github.com/SerenityOS/serenity/pull/667
3 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ AK_OBJS = \
|
|||
../AK/ELF/ELFLoader.o
|
||||
|
||||
CXX_OBJS = $(KERNEL_OBJS) $(VFS_OBJS) $(AK_OBJS)
|
||||
OBJS = $(CXX_OBJS) Boot/boot.ao
|
||||
OBJS = $(CXX_OBJS) Arch/i386/Boot/boot.ao
|
||||
|
||||
KERNEL = kernel
|
||||
CXXFLAGS += -ffreestanding -mregparm=3 -mno-80387 -mno-mmx -mno-sse -mno-sse2
|
||||
|
|
|
@ -6,7 +6,7 @@ SECTIONS
|
|||
|
||||
.text BLOCK(4K) : ALIGN(4K)
|
||||
{
|
||||
Boot/boot.ao
|
||||
Arch/i386/Boot/boot.ao
|
||||
*(.multiboot)
|
||||
*(.text)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue