blob: 6e5357c5bcfb690cad5caa50e0abf3a0a331ed30 [file] [log] [blame]
Paolo 'Blaisorblade' Giarrussoc45166b2005-05-01 08:58:54 -07001config UML_X86
2 bool
3 default y
4
5config 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 bool
7 default y
8
Benjamin LaHaise52fdd082005-09-03 15:56:52 -07009config SEMAPHORE_SLEEPERS
10 bool
11 default y
12
Jeff Dikeba9950c2005-05-20 13:59:07 -070013config TOP_ADDR
14 hex
15 default 0x80000000
16
Linus Torvalds1da177e2005-04-16 15:20:36 -070017config 3_LEVEL_PGTABLES
18 bool
19 default y
20
Jeff Diked67b5692005-07-07 17:56:49 -070021config STUB_CODE
22 hex
23 default 0x7fbfffe000
24
25config STUB_DATA
26 hex
27 default 0x7fbffff000
28
29config STUB_START
30 hex
31 default STUB_CODE
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config ARCH_HAS_SC_SIGNALS
34 bool
35 default n
36
37config ARCH_REUSE_HOST_VSYSCALL_AREA
38 bool
39 default n