diff cos/Makefile @ 41:35cc54e078dd

Added memory functions
author windel
date Fri, 03 Feb 2012 17:56:41 +0100
parents 3a6a9b929db0
children e47bfef80baf
line wrap: on
line diff
--- a/cos/Makefile	Tue Jan 24 17:54:16 2012 +0100
+++ b/cos/Makefile	Fri Feb 03 17:56:41 2012 +0100
@@ -2,7 +2,7 @@
 
 all:
 	make -C kernel
-	python makeinitrd.py lcfosinitrd.img hello/hello.bin
+	python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin
 	cp grub/emptybootdisk.img bootdisk.img
 	mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
 	mcopy -D o -i bootdisk.img lcfosinitrd.img ::