Use gzipped binaries when compiling the grub disk

This commit is contained in:
Jan Stoess 2010-06-22 14:39:37 +02:00
parent beec4bc712
commit 2371f971e1
2 changed files with 16 additions and 16 deletions

View File

@ -47,18 +47,18 @@ bootdisk.img: grub.img mtoolsrc ${srcdir}/menu.lst ${top_builddir}/util/kickstar
/sbin/mkdosfs -C bootdisk.img 1440
@# Make it a GRUB disk
dd if=grub.img of=bootdisk.img conv=notrunc > /dev/null
#@ Strip binaries
strip ${top_builddir}/*/*/{kickstart,sigma0}
strip ${APP}
cp ${kerneldir}/${KERNEL} ${kerneldir}/${KERNEL}.stripped
strip ${kerneldir}/${KERNEL}.stripped
cat ${srcdir}/menu.lst | sed -e "s/APP/`basename ${APP}`/" > menu.lst
#@ Strip and zip binaries
cp -u ${top_builddir}/*/*/{kickstart,sigma0} ${kerneldir}/${KERNEL} ${APP} .
strip ${notdir ${APP}} sigma0 kickstart ${KERNEL}
gzip -f ${notdir ${APP}} sigma0 kickstart ${KERNEL}
cat ${srcdir}/menu.lst | sed -e "s/APP/${notdir ${APP}}/" > menu.lst
@# Copy the binaries to it
export MTOOLSRC=mtoolsrc ; \
mcopy -m menu.lst y:boot/grub ; \
mcopy -m ${top_builddir}/*/*/{kickstart,sigma0} y: ; \
mcopy -m ${APP} y: ; \
mcopy -m ${kerneldir}/${KERNEL}.stripped y:kernel
mcopy -m kickstart.gz y: ; \
mcopy -m ${KERNEL}.gz y:kernel.gz ; \
mcopy -m sigma0.gz y: ; \
mcopy -m ${notdir ${APP}}.gz y: ;
grub.img:
# Fetch GRUB disk image from web if not local
@ -69,4 +69,4 @@ mtoolsrc:
do-clean:
@$(RM) bootdisk.img mtoolsrc ${KERNEL}.stripped
$(RM) bootdisk.img mtoolsrc ${notdir ${APP}}.gz sigma0.gz kickstart.gz ${KERNEL}.gz

View File

@ -3,7 +3,7 @@
## Copyright (C) 1999-2010, Karlsruhe University
## Copyright (C) 2008-2009, Volkmar Uhlig, IBM Corporation
##
## File path: util/grubdisk/menu.lst
## File path: menu.lst
## Description:
##
## Redistribution and use in source and binary forms, with or without
@ -33,8 +33,8 @@
timeout 0
title = L4Ka::Pistachio pingpong
kernel=/kickstart
module=/kernel
module=/sigma0
module=/APP
kernel=/kickstart.gz
module=/kernel.gz
module=/sigma0.gz
module=/APP.gz