migrate kernel.img to elf

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-25 01:54:46 +02:00
parent 553c01f958
commit d31bc9964c
8 changed files with 172 additions and 13 deletions

View file

@ -8,7 +8,7 @@ kernel_img_HEADERS += pci.h bitmap.h video.h gfxterm.h font.h bitmap_scale.h buf
include $(srcdir)/conf/mips.mk
pkglib_IMAGES = kernel.img
pkglib_PROGRAMS = kernel.img
kernel_img_SOURCES = kern/$(target_cpu)/startup.S \
kern/main.c kern/device.c kern/$(target_cpu)/init.c \
kern/$(target_cpu)/$(target_machine)/init.c \