forked from ghaerr/elks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-emu86
268 lines (216 loc) · 3.93 KB
/
config-emu86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
#
# Automatically generated make config: don't edit
#
#
# Kernel & Hardware
#
#
# Just accept the defaults unless you know what you are doing
#
#
# Hardware
#
#
# System
#
CONFIG_ARCH_IBMPC=y
# CONFIG_ARCH_SIBO is not set
CONFIG_PC_AUTO=y
# CONFIG_PC_XT is not set
# CONFIG_PC_AT is not set
# CONFIG_PC_MCA is not set
CONFIG_IBMPC_CLONE=y
# CONFIG_IBMPC_COMPAQ is not set
#
# Platform
#
CONFIG_CPU_8086=y
# CONFIG_CPU_80186 is not set
# CONFIG_CPU_80286 is not set
CONFIG_BOGOMIPS=140055
#
# Memory
#
CONFIG_MEM_PAGES=8
#
# Devices
#
# CONFIG_HW_PS2_MOUSE is not set
# CONFIG_HW_VGA is not set
# CONFIG_HW_FLOPPY_DRIVE is not set
# CONFIG_HW_HARD_DRIVE is not set
#
# BIOS
#
# CONFIG_HW_KEYBOARD_BIOS is not set
# CONFIG_HW_VIDEO_HOC is not set
CONFIG_HW_VIDEO_LINES_PER_CHARACTER=8
CONFIG_HW_VIDEO_LINES_PER_SCREEN=25
# CONFIG_HW_259_USE_ORIGINAL_MASK is not set
CONFIG_APM=y
#
# Kernel settings
#
#
# Memory manager
#
# CONFIG_MEM_TABLE is not set
CONFIG_MEM_LIST=y
CONFIG_ADVANCED_MM=y
# CONFIG_SWAP is not set
CONFIG_SMALL_KERNEL=y
CONFIG_SYS_VERSION=y
# CONFIG_STRACE is not set
CONFIG_IDLE_HALT=y
CONFIG_ROMCODE=y
CONFIG_EXPERIMENTAL=y
# CONFIG_MODULES is not set
#
# ROM-CODE kernel-loader
#
#
# Absolute segment locations for code in target system ROM
#
CONFIG_ROM_SETUP_CODE=e000
CONFIG_ROM_KERNEL_CODE=e060
#
# Absolute segment locations for data in target system RAM
#
CONFIG_ROM_SETUP_DATA=0060
CONFIG_ROM_KERNEL_DATA=0080
#
# Information for ROM-Image generator
#
CONFIG_ROM_BASE=e000
CONFIG_ROM_CHECKSUM_SIZE=64
# CONFIG_ROM_BOOTABLE_BY_RESET is not set
#
# Generate debug code and information
#
# CONFIG_ROM_DEBUG is not set
#
# EPROM Simulator
#
# CONFIG_ROM_USE_SIMULATOR is not set
#
# Networking Support
#
CONFIG_SOCKET=y
# CONFIG_NANO is not set
CONFIG_INET=y
CONFIG_CSLIP=y
CONFIG_INET_STATUS=y
# CONFIG_UNIX is not set
#
# Advanced socket options
#
# CONFIG_SOCK_CLIENTONLY is not set
#
# Filesystem Support
#
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y
CONFIG_ROMFS_BASE=8000
# CONFIG_FS_FAT is not set
# CONFIG_FS_DEV is not set
#
# General filesystem settings
#
# CONFIG_ROOT_READONLY is not set
# CONFIG_FS_RO is not set
# CONFIG_FULL_VFS is not set
CONFIG_FS_EXTERNAL_BUFFER=y
CONFIG_PIPE=y
#
# Executable file formats
#
CONFIG_EXEC_ELKS=y
#
# Drivers
#
#
# Block device drivers
#
# CONFIG_BLK_DEV_BIOS is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_DMA is not set
#
# Additional block devices
#
# CONFIG_BLK_DEV_RAM is not set
#
# Block device options
#
CONFIG_BLK_DEV_CHAR=y
#
# Character device drivers
#
# CONFIG_CONSOLE_DIRECT is not set
CONFIG_CONSOLE_BIOS=y
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_EMUL_ANSI=y
# CONFIG_EMUL_VT52 is not set
# CONFIG_EMUL_NONE is not set
# CONFIG_EMUL_ANSI_PRINTK is not set
#
# Other character devices
#
# CONFIG_CHAR_DEV_RS is not set
# CONFIG_CHAR_DEV_LP is not set
CONFIG_CHAR_DEV_MEM=y
CONFIG_PSEUDO_TTY=y
# CONFIG_DEV_META is not set
#
# Network device drivers
#
# CONFIG_ETH is not set
#
# Userland
#
#
# Shell
#
# CONFIG_APP_ASH is not set
# CONFIG_APP_SH_UTILS is not set
#
# sash as default shell
#
CONFIG_APP_SASH=y
#
# Other commands
#
# CONFIG_APP_BC is not set
# CONFIG_APP_DBG_UTILS is not set
# CONFIG_APP_DISK_UTILS is not set
# CONFIG_APP_ELVIS is not set
# CONFIG_APP_FILE_UTILS is not set
# CONFIG_APP_LEVEE is not set
# CONFIG_APP_M4 is not set
# CONFIG_APP_MINIX1 is not set
# CONFIG_APP_MINIX2 is not set
# CONFIG_APP_MINIX3 is not set
# CONFIG_APP_MISC_UTILS is not set
# CONFIG_APP_MTOOLS is not set
# CONFIG_APP_NANOX is not set
# CONFIG_APP_PREMS is not set
# CONFIG_APP_PRN_UTILS is not set
# CONFIG_APP_SYS_UTILS is not set
# CONFIG_APP_SCREEN is not set
# CONFIG_APP_TEST is not set
# CONFIG_APP_XVI is not set
#
# Internet stack
#
# CONFIG_APP_KTCP is not set
#
# (internet applets need ktcp)
#
#
# Target image
#
# CONFIG_IMG_MINIX is not set
# CONFIG_IMG_FAT is not set
# CONFIG_IMG_RAW is not set
CONFIG_IMG_ROM=y
CONFIG_IMG_LINK=y