blob: 735a047c890cadeb1784246ab92dca64cc5aa441 [file] [log] [blame]
Paolo 'Blaisorblade' Giarrussoc45166be32005-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
Jeff Dikeba9950c2005-05-20 13:59:07 -07009config TOP_ADDR
10 hex
11 default 0x80000000
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013config 3_LEVEL_PGTABLES
14 bool
15 default y
16
Jeff Diked67b5692005-07-07 17:56:49 -070017config STUB_CODE
18 hex
19 default 0x7fbfffe000
20
21config STUB_DATA
22 hex
23 default 0x7fbffff000
24
25config STUB_START
26 hex
27 default STUB_CODE
28
Linus Torvalds1da177e2005-04-16 15:20:36 -070029config ARCH_HAS_SC_SIGNALS
30 bool
31 default n
32
33config ARCH_REUSE_HOST_VSYSCALL_AREA
34 bool
35 default n