freemyipod r296 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r295‎ | r296 | r297 >
Date:15:36, 1 December 2010
Author:theseven
Status:new
Tags:
Comment:
Fix some whitespace issues introduced in r243
Modified paths:
  • /apps/installer-nano2g/flashfiles/iloader.conf (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/flashfiles/iloader.conf
@@ -22,14 +22,21 @@
2323 .menuentry(" Enter disk mode \0", 16, 64, 0x0000, 0xffff, 0xffff, 0x1f00, diskmode)
2424 .menuentry(" Run UMSboot \0", 16, 72, 0x0000, 0xffff, 0xffff, 0x1f00, umsboot)
2525 .menuentry(" Quit iLoader \0", 16, 80, 0x0000, 0xffff, 0xffff, 0x1f00, quit)
26 - .menuentry(" Power off \0", 16, 88, 0x0000, 0xffff, 0xffff, 0x1f00, off) .word(0)
 26+ .menuentry(" Power off \0", 16, 88, 0x0000, 0xffff, 0xffff, 0x1f00, off)
 27+ .word(0)
2728
2829 diskmode:
2930 readflash(0x08000000, "diskmode")
3031 sleep(200000)
31 - backlight(1, 55, 10) exec(0x08000000)
 32+ backlight(1, 55, 10)
 33+ exec(0x08000000)
3234
33 -umsboot: readflash(0x08000000, "umsboot ") backlight(1, 55, 10) exec(0x08000000)quit:
 35+umsboot:
 36+ readflash(0x08000000, "umsboot ")
 37+ backlight(1, 55, 10)
 38+ exec(0x08000000)
 39+
 40+quit:
3441 terminate()
3542
3643 diagmode:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r243UMSboot: Initial committheseven14:13, 2 November 2010