Subversion Repositories HelenOS

Rev

Rev 1802 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1802 Rev 1816
Line 35... Line 35...
35
@ "bgxemul" GXEmul Big Endian
35
@ "bgxemul" GXEmul Big Endian
36
@ "indy" SGI Indy
36
@ "indy" SGI Indy
37
! [ARCH=mips32] MACHINE (choice)
37
! [ARCH=mips32] MACHINE (choice)
38
 
38
 
39
# Framebuffer support
39
# Framebuffer support
40
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)|(ARCH=xen32)] CONFIG_FB (y/n)
40
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
41
 
41
 
42
# Framebuffer width
42
# Framebuffer width
43
@ "640"
43
@ "640"
44
@ "800"
44
@ "800"
45
@ "1024"
45
@ "1024"
Line 47... Line 47...
47
@ "1280"
47
@ "1280"
48
@ "1400"
48
@ "1400"
49
@ "1440"
49
@ "1440"
50
@ "1600"
50
@ "1600"
51
@ "2048"
51
@ "2048"
52
! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
52
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
53
 
53
 
54
# Framebuffer height
54
# Framebuffer height
55
@ "480"
55
@ "480"
56
@ "600"
56
@ "600"
57
@ "768"
57
@ "768"
Line 60... Line 60...
60
@ "960"
60
@ "960"
61
@ "1024"
61
@ "1024"
62
@ "1050"
62
@ "1050"
63
@ "1200"
63
@ "1200"
64
@ "1536"
64
@ "1536"
65
! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
65
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
66
 
66
 
67
# Framebuffer depth
67
# Framebuffer depth
68
@ "8"
68
@ "8"
69
@ "16"
69
@ "16"
70
@ "24"
70
@ "24"
71
! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
71
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
72
 
72
 
73
# Support for SMP
73
# Support for SMP
74
! [ARCH=ia32|ARCH=amd64|ARCH=xen32] CONFIG_SMP (y/n)
74
! [ARCH=ia32|ARCH=amd64|ARCH=xen32] CONFIG_SMP (y/n)
75
 
75
 
76
# Improved support for hyperthreading
76
# Improved support for hyperthreading
Line 113... Line 113...
113
@ "synch/rwlock3" Read write test 3
113
@ "synch/rwlock3" Read write test 3
114
@ "synch/rwlock4" Read write test 4
114
@ "synch/rwlock4" Read write test 4
115
@ "synch/rwlock5" Read write test 5
115
@ "synch/rwlock5" Read write test 5
116
@ "synch/semaphore1" Semaphore test 1
116
@ "synch/semaphore1" Semaphore test 1
117
@ "synch/semaphore2" Sempahore test 2
117
@ "synch/semaphore2" Sempahore test 2
118
@ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=xen32] "fpu/fpu1" Intel fpu test 1
118
@ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=xen32] "fpu/fpu1" Intel FPU test 1
119
@ [ARCH=ia32|ARCH=amd64|ARCH=xen32] "fpu/sse1" Intel Sse test 1
119
@ [ARCH=ia32|ARCH=amd64|ARCH=xen32] "fpu/sse1" Intel SSE test 1
120
@ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
120
@ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
121
@ "print/print1" Printf test 1
121
@ "print/print1" Printf test 1
122
@ "thread/thread1" Thread test 1
122
@ "thread/thread1" Thread test 1
123
@ "mm/mapping1" Mapping test 1
123
@ "mm/mapping1" Mapping test 1
124
@ "mm/falloc1" Frame Allocation test 1
124
@ "mm/falloc1" Frame Allocation test 1