annotate cos/Makefile @ 31:88590c42320f

Changed interrupt handler
author windel
date Tue, 10 Jan 2012 20:40:35 +0100
parents 0148f55bfe24
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