2009-06-22 Robert Millan <rmh.grub@aybabtu.com>
* conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/misc.S'. * conf/i386-ieee1275.rmk: Likewise. * conf/i386-coreboot.rmk: Likewise. * kern/i386/pc/startup.S (grub_stop): Remove function. * kern/i386/ieee1275/startup.S: Likewise. * kern/i386/coreboot/startup.S: Likewise. * kern/i386/misc.S (grub_stop): New function.
This commit is contained in:
parent
41da966565
commit
387a140ce6
8 changed files with 47 additions and 26 deletions
|
@ -12,6 +12,7 @@ pkglib_PROGRAMS = kernel.img
|
|||
|
||||
# For kernel.img.
|
||||
kernel_img_SOURCES = kern/i386/coreboot/startup.S \
|
||||
kern/i386/misc.S \
|
||||
kern/i386/coreboot/init.c \
|
||||
kern/i386/multiboot_mmap.c \
|
||||
kern/main.c kern/device.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue