lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 7e00430 was 7e00430, checked in by Jakub Jermar <jakub@…>, 20 years ago |
Complete ia32 build boot infrastructure.
|
-
Property mode
set to
100644
|
File size:
342 bytes
|
Line | |
---|
1 | .PHONY=build clean
|
---|
2 |
|
---|
3 | ROOT=distroot
|
---|
4 | BASE=$(shell cd ../../..; pwd)
|
---|
5 | KERNELDIR=$(BASE)/kernel
|
---|
6 |
|
---|
7 | build: $(KERNELDIR)/kernel.bin
|
---|
8 | gunzip -c grub/grub.img.gz > image.bin
|
---|
9 | e2cp $(KERNELDIR)/kernel.bin image.bin:/kernel/kernel.bin
|
---|
10 | e2cp grub/README grub/COPYING image.bin:/boot
|
---|
11 |
|
---|
12 | $(KERNELDIR)/kernel.bin:
|
---|
13 | $(MAKE) -C $(KERNELDIR)
|
---|
14 |
|
---|
15 | clean:
|
---|
16 | -rm image.bin
|
---|
Note:
See
TracBrowser
for help on using the repository browser.