arch/i386: Boot to kernel main() with proper initial segmentation/paging setup
This commit is contained in:
@ -22,8 +22,7 @@ aedrix-boot.img: aedrix-kernel.elf
|
||||
$(V)mcopy -i "$@" aedrix-kernel.elf ::kernel.bin
|
||||
$(V)mcopy -i "$@" arch/i386/syslinux.cfg ::syslinux.cfg
|
||||
|
||||
OBJS_$(d) := $(d)/start.o \
|
||||
$(d)/i386_main.o
|
||||
OBJS_$(d) := $(d)/start.o
|
||||
|
||||
KOBJS += $(OBJS_$(d))
|
||||
|
||||
|
Reference in New Issue
Block a user