1
0

arch/i386: Boot to kernel main() with proper initial segmentation/paging setup

This commit is contained in:
2012-12-17 00:35:23 -05:00
parent cee0ac7dda
commit c51062ce87
5 changed files with 153 additions and 60 deletions

View File

@ -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))