comparison cos/Makefile @ 32:3a6a9b929db0

Added initial ramdisk and some virtual file system functions
author windel
date Fri, 13 Jan 2012 18:18:17 +0100
parents 0148f55bfe24
children 35cc54e078dd
comparison
equal deleted inserted replaced
31:88590c42320f 32:3a6a9b929db0
1 # vim: set noexpandtab: 1 # vim: set noexpandtab:
2 2
3 all: 3 all:
4 make -C kernel 4 make -C kernel
5 python makeinitrd.py lcfosinitrd.img hello/hello.bin
5 cp grub/emptybootdisk.img bootdisk.img 6 cp grub/emptybootdisk.img bootdisk.img
6 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: 7 mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
8 mcopy -D o -i bootdisk.img lcfosinitrd.img ::
7 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub 9 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub
8 10