Mercurial > lcfOS
annotate cos/Makefile @ 37:5c20bd53cccd
Cleanup
author | windel |
---|---|
date | Mon, 16 Jan 2012 21:38:55 +0100 |
parents | 3a6a9b929db0 |
children | 35cc54e078dd |
rev | line source |
---|---|
29 | 1 # vim: set noexpandtab: |
2 | |
30 | 3 all: |
4 make -C kernel | |
32
3a6a9b929db0
Added initial ramdisk and some virtual file system functions
windel
parents:
30
diff
changeset
|
5 python makeinitrd.py lcfosinitrd.img hello/hello.bin |
29 | 6 cp grub/emptybootdisk.img bootdisk.img |
7 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
|
8 mcopy -D o -i bootdisk.img lcfosinitrd.img :: |
29 | 9 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub |
10 |