[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 31 Mar 2021 20:09:32 +0000 (21:09 +0100)
commit4f21d331d8784aefc943eaeb55302de23bb840e5
treedc7e2c6bed937942050f57e723fd0e12e3d9fca2
parent1ffab7b94f4b04f3c6826761b8e446ac1637a44d
[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS

VM_MAX_ADDRESS shouldn't be hardcoded in libc, the kernel should be able to
decide about it dynamically. This fixes glibc into supporting that. It's however
a bit hackish.

This kludge will however go out once we have a recent enough gnumach,
anyway.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-bigmem.diff
sysdeps/mach/hurd/dl-sysdep.c