comparison 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
comparison
equal deleted inserted replaced
29:7e3bdcb391dc 30:0148f55bfe24
1 # vim: set noexpandtab: 1 # vim: set noexpandtab:
2 2
3 all: bootdisk.img Makefile 3 all:
4 4 make -C kernel
5 bootdisk.img: kernel/lcfos.bin grub/menu.lst Makefile
6 cp grub/emptybootdisk.img bootdisk.img 5 cp grub/emptybootdisk.img bootdisk.img
7 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: 6 mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
8 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub 7 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub
9 8