Kconfig_i386 485 B

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