Compare commits

...

15 Commits

Author SHA1 Message Date
mintsuki
785bacc992 Binary release v2.47.1 2021-08-20 20:34:08 +00:00
mintsuki
8af7f4d3ba Binary release v2.47 2021-08-20 17:42:43 +00:00
mintsuki
5e22d59330 Binary release v2.46 2021-08-18 19:17:45 +00:00
mintsuki
ad32ca8a24 Binary release v2.45 2021-08-16 23:13:59 +00:00
mintsuki
61875cff9f Binary release v2.44 2021-08-12 06:06:07 +00:00
mintsuki
362f5fcab5 Binary release v2.43 2021-08-06 04:47:37 +00:00
mintsuki
c90653fa00 Binary release v2.42 2021-07-31 22:11:23 +00:00
mintsuki
05104813c6 Binary release v2.41 2021-07-29 14:13:42 +00:00
mintsuki
8cc6ddd6da Binary release v2.40 2021-07-26 18:33:30 +00:00
mintsuki
f81a58db26 Binary release v2.39 2021-07-25 14:40:38 +00:00
mintsuki
9a5071a071 Binary release v2.38 2021-07-24 23:35:24 +00:00
mintsuki
c203d0fb66 Binary release v2.37 2021-07-20 13:02:51 +00:00
mintsuki
5d1cf90eec Binary release v2.36 2021-07-17 06:38:39 +00:00
mintsuki
44a7057429 Binary release v2.35 2021-07-15 15:33:56 +00:00
mintsuki
d37de443ad Binary release v2.34 2021-07-11 08:34:08 +00:00
12 changed files with 4 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
limine-install

BIN
BOOTIA32.EFI Executable file

Binary file not shown.

Binary file not shown.

View File

@@ -1,15 +1,13 @@
CC = cc
OBJCOPY = objcopy
PREFIX = /usr/local
DESTDIR =
LIMINE_HDD_BIN = limine-hdd.bin
BUILD_DIR = $(shell realpath .)
CFLAGS = -O2 -pipe -Wall -Wextra
.PHONY: all clean
.PHONY: all install clean
all: limine-install
@@ -20,9 +18,10 @@ install: all
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/" || true
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/"
install -m 644 BOOTIA32.EFI "$(DESTDIR)$(PREFIX)/share/limine/"
clean:
rm -f limine-install limine-install.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.