repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git]
/
arch
/
x86
/
Sconfig
blob
6182a80d6bbe1327ac592d42ccfe0e8b4625339a
1
((const
2
MACH
3
'i386)
4
5
(const
6
MACH32
7
'i86)
8
9
(const
10
MACH64
11
'amd64)
12
13
(const
14
ISA32
15
'ia32)
16
17
(const
18
ISA64
19
'amd64)
20
21
(const
22
PLATFORM
23
'i86pc)
24
25
(const
26
; Build 64-bit kernel modules
27
KERNEL_BITS
28
64)
29
30
(include "../../Sconfig"))
31
32
; vim: set syntax=scheme: