1
0

init: Move all init into init.c from start_kernel.c

This commit is contained in:
2012-10-09 23:26:04 -04:00
parent 5f59e07432
commit c90edb451d
5 changed files with 102 additions and 124 deletions

View File

@ -13,8 +13,7 @@ OBJS_$(d) := $(d)/atags.o \
$(d)/math.o \
$(d)/mm.o \
$(d)/mmu.o \
$(d)/print.o \
$(d)/start_kernel.o
$(d)/print.o
KOBJS += $(OBJS_$(d))