From 6067f11fafa60fa4638359476d3ee0e9c910fd96 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Mon, 21 Feb 2011 20:35:37 -0600 Subject: [PATCH] :[ --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 33cbf856..dff642fc 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,9 @@ bootloader/stage2.bin: bootloader/stage2/main.o bootloader/stage2/start.o bootlo @${LD} -o bootloader/stage2.bin -T bootloader/stage2/link.ld bootloader/stage2/start.o bootloader/stage2/main.o @${ECHO} "\r\033[32;1m ld $<\033[0m" +############## +# bootdisk # +############## bootdisk.img: bootloader/stage1.bin bootloader/stage2.bin @${ECHO} -n "\033[34m -- Building bootdisk.img...\033[0m" @cat bootloader/stage1.bin bootloader/stage2.bin > bootdisk.img