lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 5753fbb was 6c68b97, checked in by Martin Decky <martin@…>, 20 years ago |
ia32: floppy boot image uses GRUB
|
-
Property mode
set to
100644
|
File size:
181 bytes
|
Line | |
---|
1 | .PHONY: build clean
|
---|
2 |
|
---|
3 | build: grub.img.gz
|
---|
4 | gunzip -c grub.img.gz > ../../../image.bin
|
---|
5 | e2cp ../../../kernel.bin ../../../image.bin:/boot/kernel.bin
|
---|
6 |
|
---|
7 | clean:
|
---|
8 | -rm -f ../../../image.bin
|
---|
Note:
See
TracBrowser
for help on using the repository browser.