annotate cos/Makefile @ 104:ed230e947dc6

Added hexviewer
author windel
date Sun, 30 Dec 2012 22:31:55 +0100
parents e47bfef80baf
children 8b2e5f3cd579
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
43
e47bfef80baf Fixed build by commenting out initrd code
windel
parents: 41
diff changeset
5 make -C hello
41
35cc54e078dd Added memory functions
windel
parents: 32
diff changeset
6 python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin
29
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
7 cp grub/emptybootdisk.img bootdisk.img
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
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
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
10 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub
7e3bdcb391dc Added get_page function to mm
windel
parents:
diff changeset
11