Kconfig_x86_64 393 B

1234567891011121314151617181920212223242526272829303132333435
  1. config UML_X86
  2. bool
  3. default y
  4. config 64BIT
  5. bool
  6. default y
  7. config TOP_ADDR
  8. hex
  9. default 0x80000000
  10. config 3_LEVEL_PGTABLES
  11. bool
  12. default y
  13. config STUB_CODE
  14. hex
  15. default 0x7fbfffe000
  16. config STUB_DATA
  17. hex
  18. default 0x7fbffff000
  19. config STUB_START
  20. hex
  21. default STUB_CODE
  22. config ARCH_HAS_SC_SIGNALS
  23. bool
  24. default n
  25. config ARCH_REUSE_HOST_VSYSCALL_AREA
  26. bool
  27. default n