-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathswan.config
More file actions
151 lines (124 loc) · 2.75 KB
/
swan.config
File metadata and controls
151 lines (124 loc) · 2.75 KB
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
#
# Automatically generated by make menuconfig: don't edit.
#
#
# Kernel & Hardware
#
#
# System
#
# CONFIG_ARCH_IBMPC is not set
# CONFIG_ARCH_8018X is not set
# CONFIG_ARCH_PC98 is not set
CONFIG_ARCH_SWAN=y
#
# Kernel settings
#
# CONFIG_BOOTOPTS is not set
# CONFIG_ASYNCIO is not set
CONFIG_CPU_USAGE=y
# CONFIG_TIME_RTC_LOCALTIME is not set
# CONFIG_TRACE is not set
# CONFIG_TIMER_INT0F is not set
# CONFIG_TIMER_INT1C is not set
CONFIG_ROMCODE=y
# CONFIG_FARTEXT_KERNEL is not set
#
# ROM-CODE kernel-loader
#
CONFIG_ROM_SETUP_CODE=f000
CONFIG_ROM_KERNEL_CODE=f060
CONFIG_ROM_SETUP_DATA=0040
CONFIG_ROM_KERNEL_DATA=0061
CONFIG_ROM_BASE=f000
CONFIG_ROM_CHECKSUM_SIZE=64
CONFIG_ROM_BOOTABLE_BY_RESET=y
CONFIG_ROM_RESET_ADDRESS=0000
# CONFIG_ROM_ADD_BIOS_IMAGE is not set
# CONFIG_ROM_DEBUG is not set
#
# EPROM Simulator
#
# CONFIG_ROM_USE_SIMULATOR is not set
#
# Networking Support
#
# CONFIG_SOCKET is not set
#
# Filesystem Support
#
# CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y
CONFIG_ROMFS_BASE=4000
CONFIG_FS_FAT=y
# CONFIG_FS_EXTERNAL_BUFFER is not set
# CONFIG_FS_XMS is not set
# CONFIG_EXEC_COMPRESS is not set
# CONFIG_EXEC_OS2 is not set
# CONFIG_EXEC_MMODEL is not set
#
# Drivers
#
#
# Block device drivers
#
# CONFIG_BLK_DEV_BFD is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_TRACK_CACHE is not set
# CONFIG_BLK_DEV_BFD_HARD is not set
# CONFIG_BLK_DEV_BHD is not set
# CONFIG_IDE_PROBE is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_BLK_DEV_SSD_NONE=y
# CONFIG_BLK_DEV_SSD_TEST is not set
# CONFIG_BLK_DEV_SSD_SD is not set
CONFIG_BLK_DEV_CHAR=y
#
# Character device drivers
#
CONFIG_CONSOLE_DIRECT=y
# CONFIG_CONSOLE_BIOS is not set
# CONFIG_CONSOLE_8018X is not set
# CONFIG_CONSOLE_HEADLESS is not set
# CONFIG_CONSOLE_FONT_8X8 is not set
CONFIG_CONSOLE_FONT_4X8=y
# CONFIG_CONSOLE_DUAL is not set
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_EMUL_ANSI=y
# CONFIG_CHAR_DEV_RS is not set
CONFIG_CHAR_DEV_MEM=y
CONFIG_PSEUDO_TTY=y
#
# 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_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_OTHER is not set
# CONFIG_APP_TEST is not set
# CONFIG_APP_KTCP is not set
CONFIG_SYS_DEFSHELL_SASH=y
# CONFIG_SYS_NO_BININIT is not set
CONFIG_APP_TAGS=":sash|:128k|:192k|"
#
# Target image
#
# CONFIG_IMG_MINIX is not set
# CONFIG_IMG_FAT is not set
CONFIG_IMG_ROM=y