Mercurial > lcfOS
annotate cos/Makefile @ 195:37ac6c016e0f
Expanded asm subsystem
author | Windel Bouwman |
---|---|
date | Fri, 31 May 2013 21:06:44 +0200 |
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 |