mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
97d7d4b49d
In UEFI case the lower RAM will not be used for internal allocation, which should prevent overrides in the former legacy BDA (first page). Issue #4426
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := g2fg.git
|
|
|
|
URL(g2fg) := https://github.com/alex-ab/g2fg.git
|
|
REV(g2fg) := 7da0601946bd2bb75f4e9c3b56cb18e44b2997a1
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xJf boot/grub2.tar.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head.img.xz
|