Subversion Repositories freemyipod

Rev

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

Rev 768 Rev 843
Line 147... Line 147...
147
 
147
 
148
 
148
 
149
firstinstcost:
149
firstinstcost:
150
.word 11
150
.word 11
151
commoncost:
151
commoncost:
152
.word 0
152
.word 5
153
 
153
 
154
firstinstscript:
154
firstinstscript:
155
.word 1
155
.word 1
156
.word boot_dirname
156
.word boot_dirname
157
.word 1
157
.word 1
-
 
158
 
158
.word 2
159
.word 2
159
.word ofw_filename
160
.word ofw_filename
160
.word 0xffffffff
161
.word 0xffffffff
161
.word 0
162
.word 0
162
.word 10
163
.word 10
-
 
164
 
163
commonscript:
165
commonscript:
-
 
166
.word 1
-
 
167
.word apps_dirname
-
 
168
.word 1
-
 
169
 
-
 
170
.word 1
-
 
171
.word bootmenu_dirname
-
 
172
.word 1
-
 
173
 
-
 
174
.word 4
-
 
175
.word theme_emcoreapp_filename
-
 
176
.word f_theme_emcoreapp
-
 
177
.word f_theme_emcoreapp_end - f_theme_emcoreapp
-
 
178
.word 3
-
 
179
 
164
.word 0
180
.word 0
165
 
181
 
166
 
182
 
167
background_png:
183
background_png:
168
.incbin "oobe/background.png"
184
.incbin "oobe/background.png"
Line 178... Line 194...
178
 
194
 
179
actions_png:
195
actions_png:
180
.incbin "oobe/actions.png"
196
.incbin "oobe/actions.png"
181
actions_png_end:
197
actions_png_end:
182
 
198
 
-
 
199
apps_dirname:
-
 
200
.ascii "/.apps\0"
-
 
201
 
-
 
202
bootmenu_dirname:
-
 
203
.ascii "/.apps/bootmenu\0"
-
 
204
 
-
 
205
theme_emcoreapp_filename:
-
 
206
.ascii "/.apps/bootmenu/theme.emcoreapp\0"
-
 
207
 
183
boot_dirname:
208
boot_dirname:
184
.ascii "/.boot\0"
209
.ascii "/.boot\0"
185
 
210
 
186
ofw_filename:
211
ofw_filename:
187
.ascii "/.boot/appleos.bin\0"
212
.ascii "/.boot/appleos.bin\0"
Line 234... Line 259...
234
.align 4
259
.align 4
235
f_emcoreldr_ipodnano2g_dfu:
260
f_emcoreldr_ipodnano2g_dfu:
236
.incbin "flashfiles/emcoreldr-ipodnano2g.dfu"
261
.incbin "flashfiles/emcoreldr-ipodnano2g.dfu"
237
f_emcoreldr_ipodnano2g_dfu_end:
262
f_emcoreldr_ipodnano2g_dfu_end:
238
 
263
 
-
 
264
.align 4
-
 
265
f_theme_emcoreapp:
-
 
266
.incbin "fsfiles/.apps/bootmenu/theme.emcoreapp"
-
 
267
f_theme_emcoreapp_end:
-
 
268
 
239
.align 2
269
.align 2
240
270