Kconfig_i386 453 B

123456789101112131415161718192021222324
  1. config 64_BIT
  2. bool
  3. default n
  4. config TOP_ADDR
  5. hex
  6. default 0xc0000000 if !HOST_2G_2G
  7. default 0x80000000 if HOST_2G_2G
  8. config 3_LEVEL_PGTABLES
  9. bool "Three-level pagetables"
  10. default n
  11. help
  12. Three-level pagetables will let UML have more than 4G of physical
  13. memory. All the memory that can't be mapped directly will be treated
  14. as high memory.
  15. config ARCH_HAS_SC_SIGNALS
  16. bool
  17. default y
  18. config ARCH_REUSE_HOST_VSYSCALL_AREA
  19. bool
  20. default y