You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
437 B
40 lines
437 B
20 years ago
|
config UML_X86
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
config 64BIT
|
||
20 years ago
|
bool
|
||
|
default y
|
||
|
|
||
20 years ago
|
config SEMAPHORE_SLEEPERS
|
||
|
bool
|
||
|
default y
|
||
|
|
||
20 years ago
|
config TOP_ADDR
|
||
|
hex
|
||
|
default 0x80000000
|
||
|
|
||
20 years ago
|
config 3_LEVEL_PGTABLES
|
||
|
bool
|
||
|
default y
|
||
|
|
||
20 years ago
|
config STUB_CODE
|
||
|
hex
|
||
|
default 0x7fbfffe000
|
||
|
|
||
|
config STUB_DATA
|
||
|
hex
|
||
|
default 0x7fbffff000
|
||
|
|
||
|
config STUB_START
|
||
|
hex
|
||
|
default STUB_CODE
|
||
|
|
||
20 years ago
|
config ARCH_HAS_SC_SIGNALS
|
||
|
bool
|
||
|
default n
|
||
|
|
||
|
config ARCH_REUSE_HOST_VSYSCALL_AREA
|
||
|
bool
|
||
|
default n
|