Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options
- {
- productVersion = "0.2.4";
- componentVersion = "0.2.4";
- flags = 0x100;
- }
- sources
- {
- stage0 = "____.0.elf";
- /* ... */
- mlc0 = "mlc_.0.elf";
- /* ... */
- host0 = "host.0.elf";
- /* ... */
- play0 = "play.0.elf";
- /* ... */
- mmc0 = "mmc_.0.elf";
- /* ... */
- hSst0 = "hSst.0.elf";
- /* ... */
- pSay = "pSay.0.elf";
- /* ... */
- hvm2 = "hvm2.bin";
- hvmi = "hvmi.bin";
- pvm2 = "pvm2.bin";
- pvmi = "pvmi.bin";
- hSm2 = "hSm2.bin";
- hSmi = "hSmi.bin";
- pSmi = "pSmi.bin";
- rsrc = "rsrc.bin";
- }
- section(0)
- {
- load stage0;
- call stage0;
- /* ... follow output of sbtoelf */
- }
- section('mlc_')
- {
- load mlc0;
- call mlc0;
- /* ... */
- }
- section('host')
- {
- load host0;
- call host0;
- }
- section('play')
- {
- load play0;
- call play0;
- }
- section('mmc_')
- {
- load play0;
- call play0;
- }
- section('hSst')
- {
- load hSst0;
- call hSst0;
- }
- section('pSay')
- {
- load pSay0;
- call pSay0;
- }
- section('hvm2'; cleartext=true, alignment=8192) <= hvm2;
- section('hvmi'; cleartext=true, alignment=4096) <= hvmi;
- section('pvm2'; cleartext=true, alignment=32768) <= pvm2;
- section('pvmi'; cleartext=true, alignment=8192) <= pvmi;
- section('hSm2'; cleartext=true, alignment=8192) <= hSm2;
- section('hSmi'; cleartext=true, alignment=8192) <= hSmi;
- section('pSm2'; cleartext=true, alignment=8192) <= pSm2;
- section('pSmi'; cleartext=true, alignment=8192) <= pSmi;
- section('rsrc'; cleartext=true, alignment=8192) <= rsrc;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement