genode/repos/base-okl4/patches/elfweaver.patch
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

12 lines
380 B
Diff

--- a/tools/pyelf/weaver/bootinfo.py 2010-10-28 15:37:01.000000000 +0200
+++ b/tools/pyelf/weaver/bootinfo.py 2008-06-16 07:16:56.000000000 +0200
@@ -80,7 +80,7 @@
# A guess at the number of extra ADD_*_MEM ops needed to hold the
# free-list.
-BOOTINFO_GUESS_OPS = 20
+BOOTINFO_GUESS_OPS = 200
class BootInfoObject:
"""Common interfaces for bootinfo objects."""