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 Classic
3
@    emCORE Loader for iPod Classic
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 1208... Line 1208...
1208
 
1208
 
1209
val_00010618:
1209
val_00010618:
1210
	.word 0x00010618
1210
	.word 0x00010618
1211
 
1211
 
1212
bootfilename:
1212
bootfilename:
1213
	.ascii "embios  "
1213
	.ascii "emcore  "
1214
 
1214
 
1215
text:
1215
text:
1216
	.ascii "emBIOS Loader v"
1216
	.ascii "emCORE Loader v"
1217
	.ascii VERSION
1217
	.ascii VERSION
1218
	.ascii " r"
1218
	.ascii " r"
1219
	.ascii VERSION_SVN
1219
	.ascii VERSION_SVN
1220
	.ascii "\0"
1220
	.ascii "\0"
1221
	.ascii "Loading emBIOS...\0"
1221
	.ascii "Loading emCORE...\0"
1222
 
1222
 
1223
errormessage:
1223
errormessage:
1224
	.ascii "File not found!\0"
1224
	.ascii "File not found!\0"