Subversion Repositories freemyipod

Rev

Rev 424 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 424 Rev 427
Line 1... Line 1...
1
@
1
@
2
@
2
@
3
@    emBIOS Loader for iPod Nano 2G
3
@    emCORE Loader for iPod Nano 2G
4
@
4
@
5
@    Copyright 2010 TheSeven
5
@    Copyright 2010 TheSeven
6
@
6
@
7
@
7
@
8
@    This file is part of emBIOS.
8
@    This file is part of emCORE.
9
@
9
@
10
@    emBIOS is free software: you can redistribute it and/or
10
@    emCORE is free software: you can redistribute it and/or
11
@    modify it under the terms of the GNU General Public License as
11
@    modify it under the terms of the GNU General Public License as
12
@    published by the Free Software Foundation, either version 2 of the
12
@    published by the Free Software Foundation, either version 2 of the
13
@    License, or (at your option) any later version.
13
@    License, or (at your option) any later version.
14
@
14
@
15
@    emBIOS is distributed in the hope that it will be useful,
15
@    emCORE is distributed in the hope that it will be useful,
16
@    but WITHOUT ANY WARRANTY; without even the implied warranty of
16
@    but WITHOUT ANY WARRANTY; without even the implied warranty of
17
@    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17
@    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
@    See the GNU General Public License for more details.
18
@    See the GNU General Public License for more details.
19
@
19
@
20
@    You should have received a copy of the GNU General Public License along
20
@    You should have received a copy of the GNU General Public License along
21
@    with emBIOS.  If not, see <http://www.gnu.org/licenses/>.
21
@    with emCORE.  If not, see <http://www.gnu.org/licenses/>.
22
@
22
@
23
@
23
@
24
 
24
 
25
 
25
 
26
#include "build/version.h"
26
#include "build/version.h"
Line 409... Line 409...
409
rendertext_done:
409
rendertext_done:
410
	ldmfd sp!, {r4-r6,pc}
410
	ldmfd sp!, {r4-r6,pc}
411
 
411
 
412
 
412
 
413
text:
413
text:
414
	.ascii "emBIOS Loader v"
414
	.ascii "emCORE Loader v"
415
	.ascii VERSION
415
	.ascii VERSION
416
	.ascii " r"
416
	.ascii " r"
417
	.ascii VERSION_SVN
417
	.ascii VERSION_SVN
418
	.ascii "\0"
418
	.ascii "\0"
419
	.ascii "Switch HOLD on for recovery\0"
419
	.ascii "Switch HOLD on for recovery\0"
420
	.ascii "Loading emBIOS...\0"
420
	.ascii "Loading emCORE...\0"
421
 
421
 
422
 
422
 
423
font:
423
font:
424
	.byte 0, 0, 0, 0, 0
424
	.byte 0, 0, 0, 0, 0
425
	.byte 0, 0, 95, 0, 0
425
	.byte 0, 0, 95, 0, 0