Mercurial > lcfOS
comparison cos/Makefile @ 29:7e3bdcb391dc
Added get_page function to mm
author | windel |
---|---|
date | Thu, 29 Dec 2011 19:34:01 +0100 |
parents | |
children | 0148f55bfe24 |
comparison
equal
deleted
inserted
replaced
28:47b7df514243 | 29:7e3bdcb391dc |
---|---|
1 # vim: set noexpandtab: | |
2 | |
3 all: bootdisk.img Makefile | |
4 | |
5 bootdisk.img: kernel/lcfos.bin grub/menu.lst Makefile | |
6 cp grub/emptybootdisk.img bootdisk.img | |
7 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: | |
8 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub | |
9 |