Kconfig_i386 614 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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 STUB_CODE
  19. hex
  20. default 0xbfffe000
  21. config STUB_DATA
  22. hex
  23. default 0xbffff000
  24. config STUB_START
  25. hex
  26. default STUB_CODE
  27. config ARCH_HAS_SC_SIGNALS
  28. bool
  29. default y
  30. config ARCH_REUSE_HOST_VSYSCALL_AREA
  31. bool
  32. default y