bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DO NOT PUSH PATCH v3 6/6] TMP hurd: Lower BRK_START


From: Sergey Bugaev
Subject: [DO NOT PUSH PATCH v3 6/6] TMP hurd: Lower BRK_START
Date: Sat, 29 Apr 2023 23:18:22 +0300

...until gnumach learns to support higher addresses
---
This is not meant to be pushed, but you're going to need this patch
to run glibc on the current builds of gnumach.

 sysdeps/mach/hurd/x86_64/vm_param.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/x86_64/vm_param.h 
b/sysdeps/mach/hurd/x86_64/vm_param.h
index f269afb3..e35596bd 100644
--- a/sysdeps/mach/hurd/x86_64/vm_param.h
+++ b/sysdeps/mach/hurd/x86_64/vm_param.h
@@ -19,6 +19,7 @@
 #define _X86_64_VM_PARAM_H
 
 /* Arbitrary start of the brk. This is after usual binary and library 
mappings.  */
-#define BRK_START      0x200000000000
+// #define BRK_START   0x200000000000
+#define BRK_START      0x20000000
 
 #endif /* x86_64/vm_param.h */
-- 
2.40.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]