Skip to content

Commit 9496b45

Browse files
committed
upd: power button icon
1 parent 5d217c1 commit 9496b45

1,094 files changed

Lines changed: 11692 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ZenOS.vhd

0 Bytes
Binary file not shown.

userland/files/busybox/busybox/.config

Lines changed: 1211 additions & 0 deletions
Large diffs are not rendered by default.

userland/files/busybox/busybox/.config.old

Lines changed: 1203 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define NUM_APPLETS 52
Lines changed: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
/* This is a generated file, don't edit */
2+
3+
#define NUM_APPLETS 52
4+
#define KNOWN_APPNAME_OFFSETS 4
5+
6+
const uint16_t applet_nameofs[] ALIGN2 = {
7+
64,
8+
127,
9+
193,
10+
};
11+
12+
const char applet_names[] ALIGN1 = ""
13+
"[" "\0"
14+
"[[" "\0"
15+
"ash" "\0"
16+
"awk" "\0"
17+
"basename" "\0"
18+
"busybox" "\0"
19+
"cat" "\0"
20+
"chmod" "\0"
21+
"chown" "\0"
22+
"clear" "\0"
23+
"cp" "\0"
24+
"cut" "\0"
25+
"date" "\0"
26+
"dd" "\0"
27+
"df" "\0"
28+
"dirname" "\0"
29+
"du" "\0"
30+
"echo" "\0"
31+
"env" "\0"
32+
"false" "\0"
33+
"find" "\0"
34+
"grep" "\0"
35+
"head" "\0"
36+
"install" "\0"
37+
"kill" "\0"
38+
"ln" "\0"
39+
"ls" "\0"
40+
"mkdir" "\0"
41+
"mv" "\0"
42+
"printf" "\0"
43+
"ps" "\0"
44+
"pwd" "\0"
45+
"readlink" "\0"
46+
"realpath" "\0"
47+
"rm" "\0"
48+
"rmdir" "\0"
49+
"sed" "\0"
50+
"sh" "\0"
51+
"sleep" "\0"
52+
"sort" "\0"
53+
"stat" "\0"
54+
"tail" "\0"
55+
"tee" "\0"
56+
"test" "\0"
57+
"touch" "\0"
58+
"tr" "\0"
59+
"true" "\0"
60+
"uname" "\0"
61+
"wc" "\0"
62+
"which" "\0"
63+
"xargs" "\0"
64+
"yes" "\0"
65+
;
66+
67+
#define APPLET_NO_ash 2
68+
#define APPLET_NO_awk 3
69+
#define APPLET_NO_basename 4
70+
#define APPLET_NO_busybox 5
71+
#define APPLET_NO_cat 6
72+
#define APPLET_NO_chmod 7
73+
#define APPLET_NO_chown 8
74+
#define APPLET_NO_clear 9
75+
#define APPLET_NO_cp 10
76+
#define APPLET_NO_cut 11
77+
#define APPLET_NO_date 12
78+
#define APPLET_NO_dd 13
79+
#define APPLET_NO_df 14
80+
#define APPLET_NO_dirname 15
81+
#define APPLET_NO_du 16
82+
#define APPLET_NO_echo 17
83+
#define APPLET_NO_env 18
84+
#define APPLET_NO_false 19
85+
#define APPLET_NO_find 20
86+
#define APPLET_NO_grep 21
87+
#define APPLET_NO_head 22
88+
#define APPLET_NO_install 23
89+
#define APPLET_NO_kill 24
90+
#define APPLET_NO_ln 25
91+
#define APPLET_NO_ls 26
92+
#define APPLET_NO_mkdir 27
93+
#define APPLET_NO_mv 28
94+
#define APPLET_NO_printf 29
95+
#define APPLET_NO_ps 30
96+
#define APPLET_NO_pwd 31
97+
#define APPLET_NO_readlink 32
98+
#define APPLET_NO_realpath 33
99+
#define APPLET_NO_rm 34
100+
#define APPLET_NO_rmdir 35
101+
#define APPLET_NO_sed 36
102+
#define APPLET_NO_sh 37
103+
#define APPLET_NO_sleep 38
104+
#define APPLET_NO_sort 39
105+
#define APPLET_NO_stat 40
106+
#define APPLET_NO_tail 41
107+
#define APPLET_NO_tee 42
108+
#define APPLET_NO_test 43
109+
#define APPLET_NO_touch 44
110+
#define APPLET_NO_tr 45
111+
#define APPLET_NO_true 46
112+
#define APPLET_NO_uname 47
113+
#define APPLET_NO_wc 48
114+
#define APPLET_NO_which 49
115+
#define APPLET_NO_xargs 50
116+
#define APPLET_NO_yes 51
117+
118+
#ifndef SKIP_applet_main
119+
int (*const applet_main[])(int argc, char **argv) = {
120+
test_main,
121+
test_main,
122+
ash_main,
123+
awk_main,
124+
basename_main,
125+
busybox_main,
126+
cat_main,
127+
chmod_main,
128+
chown_main,
129+
clear_main,
130+
cp_main,
131+
cut_main,
132+
date_main,
133+
dd_main,
134+
df_main,
135+
dirname_main,
136+
du_main,
137+
echo_main,
138+
env_main,
139+
false_main,
140+
find_main,
141+
grep_main,
142+
head_main,
143+
install_main,
144+
kill_main,
145+
ln_main,
146+
ls_main,
147+
mkdir_main,
148+
mv_main,
149+
printf_main,
150+
ps_main,
151+
pwd_main,
152+
readlink_main,
153+
realpath_main,
154+
rm_main,
155+
rmdir_main,
156+
sed_main,
157+
ash_main,
158+
sleep_main,
159+
sort_main,
160+
stat_main,
161+
tail_main,
162+
tee_main,
163+
test_main,
164+
touch_main,
165+
tr_main,
166+
true_main,
167+
uname_main,
168+
wc_main,
169+
which_main,
170+
xargs_main,
171+
yes_main,
172+
};
173+
#endif
174+
175+
const uint8_t applet_flags[] ALIGN1 = {
176+
0x8f,
177+
0x83,
178+
0xae,
179+
0xea,
180+
0xec,
181+
0x22,
182+
0xeb,
183+
0xee,
184+
0xef,
185+
0x80,
186+
0xc2,
187+
0xf3,
188+
0xac,
189+
};
190+

0 commit comments

Comments
 (0)