summaryrefslogtreecommitdiff
path: root/.topmsg
blob: 64892686e3f435e2b9acd9ab108978600c99e93e (plain)
1
2
3
4
5
6
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: [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.