Kconfig.i386 658 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config UML_X86
  2. bool
  3. default y
  4. config 64BIT
  5. bool
  6. default n
  7. config SEMAPHORE_SLEEPERS
  8. bool
  9. default y
  10. config TOP_ADDR
  11. hex
  12. default 0xc0000000 if !HOST_2G_2G
  13. default 0x80000000 if HOST_2G_2G
  14. config 3_LEVEL_PGTABLES
  15. bool "Three-level pagetables"
  16. default n
  17. help
  18. Three-level pagetables will let UML have more than 4G of physical
  19. memory. All the memory that can't be mapped directly will be treated
  20. as high memory.
  21. config STUB_CODE
  22. hex
  23. default 0xbfffe000
  24. config STUB_DATA
  25. hex
  26. default 0xbffff000
  27. config STUB_START
  28. hex
  29. default STUB_CODE
  30. config ARCH_HAS_SC_SIGNALS
  31. bool
  32. default y
  33. config ARCH_REUSE_HOST_VSYSCALL_AREA
  34. bool
  35. default y