annotate cos/Makefile @ 30:0148f55bfe24

Added static asserts and fixed pages
author windel
date Thu, 29 Dec 2011 23:51:35 +0100
parents 7e3bdcb391dc
children 3a6a9b929db0
rev   line source
29
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
1 # vim: set noexpandtab:
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
2
30
0148f55bfe24 Added static asserts and fixed pages
windel
parents: 29
diff changeset
3 all:
0148f55bfe24 Added static asserts and fixed pages
windel
parents: 29
diff changeset
4 make -C kernel
29
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
5 cp grub/emptybootdisk.img bootdisk.img
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
6 mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
7 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
8