]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/i386/target_mman.h
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
[mirror_qemu.git] / linux-user / i386 / target_mman.h
CommitLineData
2d708164
RH
1/*
2 * arch/x86/include/asm/processor.h:
3 * TASK_UNMAPPED_BASE __TASK_UNMAPPED_BASE(TASK_SIZE_LOW)
4 * __TASK_UNMAPPED_BASE(S) PAGE_ALIGN(S / 3)
5 *
6 * arch/x86/include/asm/page_32_types.h:
7 * TASK_SIZE_LOW TASK_SIZE
8 * TASK_SIZE __PAGE_OFFSET
9 * __PAGE_OFFSET CONFIG_PAGE_OFFSET
10 * CONFIG_PAGE_OFFSET 0xc0000000 (default in Kconfig)
11 */
12#define TASK_UNMAPPED_BASE 0x40000000
13
da2b71fa
RH
14/* arch/x86/include/asm/elf.h */
15#define ELF_ET_DYN_BASE 0x00400000
16
9f22020b 17#include "../generic/target_mman.h"