Mercurial > lcfOS
annotate cos/Makefile @ 154:81e08e2e7777
Used error icon
author | Windel Bouwman |
---|---|
date | Sat, 02 Mar 2013 10:19:38 +0100 |
parents | e47bfef80baf |
children | 8b2e5f3cd579 |
rev | line source |
---|---|
29 | 1 # vim: set noexpandtab: |
2 | |
30 | 3 all: |
4 make -C kernel | |
43 | 5 make -C hello |
41 | 6 python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin |
29 | 7 cp grub/emptybootdisk.img bootdisk.img |
8 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: | |
32
3a6a9b929db0
Added initial ramdisk and some virtual file system functions
windel
parents:
30
diff
changeset
|
9 mcopy -D o -i bootdisk.img lcfosinitrd.img :: |
29 | 10 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub |
11 |