comparison cos/Makefile @ 43:e47bfef80baf

Fixed build by commenting out initrd code
author windel
date Sat, 18 Feb 2012 16:18:03 +0100
parents 35cc54e078dd
children 8b2e5f3cd579
comparison
equal deleted inserted replaced
42:980b2f14c9be 43:e47bfef80baf
1 # vim: set noexpandtab: 1 # vim: set noexpandtab:
2 2
3 all: 3 all:
4 make -C kernel 4 make -C kernel
5 make -C hello
5 python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin 6 python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin
6 cp grub/emptybootdisk.img bootdisk.img 7 cp grub/emptybootdisk.img bootdisk.img
7 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: 8 mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
8 mcopy -D o -i bootdisk.img lcfosinitrd.img :: 9 mcopy -D o -i bootdisk.img lcfosinitrd.img ::
9 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub 10 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub