summaryrefslogtreecommitdiff
path: root/manual/getting_started/installation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/getting_started/installation.tex')
-rw-r--r--manual/getting_started/installation.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 49091c304c..96be3269d8 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -67,14 +67,14 @@ software.
67\opt{SWCODEC}{ 67\opt{SWCODEC}{
68 \subsection{Introduction} 68 \subsection{Introduction}
69 69
70 \opt{HAVE_FIRMWARE_ON_DISK}{There are three separate components of Rockbox, 70 \opt{HAVE_RB_BL_ON_DISK}{There are three separate components of Rockbox,
71 two of which need to be installed in order to run Rockbox.} 71 two of which need to be installed in order to run Rockbox.}
72 72
73 \opt{HAVE_FIRMWARE_IN_FLASH}{There are two separate components of Rockbox 73 \opt{HAVE_RB_BL_IN_FLASH}{There are two separate components of Rockbox
74 that need to be installed in order to run Rockbox.} 74 that need to be installed in order to run Rockbox.}
75 75
76 \begin{description} 76 \begin{description}
77 \opt{HAVE_FIRMWARE_ON_DISK}{ 77 \opt{HAVE_RB_BL_ON_DISK}{
78 \item[The \playerman{} bootloader] 78 \item[The \playerman{} bootloader]
79 The \playerman{} bootloader is the program that tells your \dap{} how to boot 79 The \playerman{} bootloader is the program that tells your \dap{} how to boot
80 and load the remaining firmware from disk. It is also responsible for the 80 and load the remaining firmware from disk. It is also responsible for the
@@ -85,20 +85,20 @@ software.
85 in order to install Rockbox.} 85 in order to install Rockbox.}
86 86
87 \item[The Rockbox bootloader.] \index{Bootloader} 87 \item[The Rockbox bootloader.] \index{Bootloader}
88 \opt{HAVE_FIRMWARE_ON_DISK}{The Rockbox bootloader is loaded from disk by 88 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox bootloader is loaded from disk by
89 the \playerman{} bootloader. It is responsible for loading the Rockbox 89 the \playerman{} bootloader. It is responsible for loading the Rockbox
90 firmware and for providing the dual boot function. It directly replaces the 90 firmware and for providing the dual boot function. It directly replaces the
91 \playerman{} firmware on the \daps{} disk.} 91 \playerman{} firmware on the \daps{} disk.}
92 \opt{HAVE_FIRMWARE_IN_FLASH}{ 92 \opt{HAVE_RB_BL_IN_FLASH}{
93 The bootloader is the program that tells your 93 The bootloader is the program that tells your
94 \dap{} how to boot and load other components of Rockbox. This is the 94 \dap{} how to boot and load other components of Rockbox. This is the
95 component of Rockbox that is installed to the flash memory of your 95 component of Rockbox that is installed to the flash memory of your
96 \playerman.} 96 \playerman.}
97 97
98 \item[The Rockbox firmware.] 98 \item[The Rockbox firmware.]
99 \opt{HAVE_FIRMWARE_IN_FLASH}{Unlike the \playerman{} firmware, which runs 99 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs
100 entirely from flash memory, } 100 entirely from flash memory, }
101 \opt{HAVE_FIRMWARE_ON_DISK}{Similar to the \playerman{} firmware, } 101 \opt{HAVE_RB_BL_ON_DISK}{Similar to the \playerman{} firmware, }
102 most of the Rockbox code is contained in a 102 most of the Rockbox code is contained in a
103 ``build'' that resides on your \daps{} hard drive. This makes it easy to 103 ``build'' that resides on your \daps{} hard drive. This makes it easy to
104 update Rockbox. The build consists of a file named \firmwarefilename{} and a 104 update Rockbox. The build consists of a file named \firmwarefilename{} and a