-
Notifications
You must be signed in to change notification settings - Fork 0
/
emu86-rom.config
149 lines (122 loc) · 2.67 KB
/
emu86-rom.config
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
#
# Automatically generated by make menuconfig: don't edit.
#
#
# Kernel & Hardware
#
#
# Hardware
#
CONFIG_ARCH_IBMPC=y
# CONFIG_HW_SERIAL_FIFO is not set
# CONFIG_APM is not set
#
# Kernel settings
#
# CONFIG_BOOTOPTS is not set
CONFIG_CPU_USAGE=y
# CONFIG_TIME_RTC_LOCALTIME is not set
# CONFIG_STRACE is not set
CONFIG_ROMCODE=y
# CONFIG_FARTEXT_KERNEL is not set
#
# ROM-CODE kernel-loader
#
CONFIG_ROM_SETUP_CODE=e000
CONFIG_ROM_KERNEL_CODE=e060
CONFIG_ROM_SETUP_DATA=0060
CONFIG_ROM_KERNEL_DATA=0080
CONFIG_ROM_BASE=e000
CONFIG_ROM_CHECKSUM_SIZE=64
# CONFIG_ROM_BOOTABLE_BY_RESET is not set
# 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_UNIX is not set
# 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_ROOT_READONLY is not set
# CONFIG_FS_RO is not set
# CONFIG_FULL_VFS is not set
# CONFIG_32BIT_INODES is not set
# CONFIG_FS_EXTERNAL_BUFFER is not set
# CONFIG_FS_XMS_BUFFER is not set
CONFIG_PIPE=y
# CONFIG_EXEC_COMPRESS is not set
# CONFIG_EXEC_MMODEL is not set
#
# 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
# CONFIG_BLK_DEV_RAM is not set
#
# Character device drivers
#
# CONFIG_CONSOLE_DIRECT is not set
# CONFIG_CONSOLE_BIOS is not set
CONFIG_CONSOLE_HEADLESS=y
# CONFIG_KEYBOARD_SCANCODE is not set
# CONFIG_CONSOLE_SERIAL is not set
# CONFIG_CHAR_DEV_RS is not set
# CONFIG_CHAR_DEV_LP is not set
# CONFIG_CHAR_DEV_CGATEXT 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
#
# CONFIG_APPS_BY_IMAGESZ is not set
# CONFIG_APP_ASH is not set
# CONFIG_APP_SASH is not set
# CONFIG_APP_BUSYELKS is not set
# CONFIG_APP_CGATEXT is not set
# CONFIG_APP_SCREEN is not set
# CONFIG_APP_CRON is not set
# CONFIG_APP_DISK_UTILS is not set
# CONFIG_APP_FILE_UTILS is not set
# CONFIG_APP_SH_UTILS is not set
# CONFIG_APP_SYS_UTILS is not set
# CONFIG_APP_ELVIS 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_NANOX is not set
# CONFIG_APP_OTHER is not set
# CONFIG_APP_TEST is not set
# CONFIG_APP_KTCP is not set
# CONFIG_SYS_DEFSHELL_SASH is not set
# CONFIG_SYS_NO_BININIT is not set
CONFIG_APP_TAGS=":ash|:128k|"
#
# Target image
#
# CONFIG_IMG_MINIX is not set
# CONFIG_IMG_FAT is not set
# CONFIG_IMG_RAW is not set
CONFIG_IMG_ROM=y