Binary release v2.0.1
This commit is contained in:
parent
337a5e803d
commit
45db53a747
BIN
BOOTX64.EFI
BIN
BOOTX64.EFI
Binary file not shown.
9
LICENSE.md
Normal file
9
LICENSE.md
Normal file
@ -0,0 +1,9 @@
|
||||
Copyright 2019, 2020, 2021 mintsuki and contributors.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
11
Makefile
11
Makefile
@ -16,11 +16,12 @@ install: all
|
||||
install -d $(DESTDIR)$(PREFIX)/bin
|
||||
install -s limine-install $(DESTDIR)$(PREFIX)/bin/
|
||||
install -d $(DESTDIR)$(PREFIX)/share
|
||||
install -m 644 limine.sys $(DESTDIR)$(PREFIX)/share/
|
||||
install -m 644 limine-cd.bin $(DESTDIR)$(PREFIX)/share/
|
||||
install -m 644 limine-eltorito-efi.bin $(DESTDIR)$(PREFIX)/share/
|
||||
install -m 644 limine-pxe.bin $(DESTDIR)$(PREFIX)/share/
|
||||
install -m 644 BOOTX64.EFI $(DESTDIR)$(PREFIX)/share/
|
||||
install -d $(DESTDIR)$(PREFIX)/share/limine
|
||||
install -m 644 limine.sys $(DESTDIR)$(PREFIX)/share/limine/
|
||||
install -m 644 limine-cd.bin $(DESTDIR)$(PREFIX)/share/limine/
|
||||
install -m 644 limine-eltorito-efi.bin $(DESTDIR)$(PREFIX)/share/limine/
|
||||
install -m 644 limine-pxe.bin $(DESTDIR)$(PREFIX)/share/limine/
|
||||
install -m 644 BOOTX64.EFI $(DESTDIR)$(PREFIX)/share/limine/
|
||||
|
||||
clean:
|
||||
rm -f limine-hdd.o limine-install limine-install.exe
|
||||
|
BIN
limine-cd.bin
BIN
limine-cd.bin
Binary file not shown.
Binary file not shown.
BIN
limine-hdd.bin
BIN
limine-hdd.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
limine-pxe.bin
BIN
limine-pxe.bin
Binary file not shown.
BIN
limine.sys
BIN
limine.sys
Binary file not shown.
Loading…
Reference in New Issue
Block a user