]> git.uio.no Git - u/philim/db2osl_thesis.git/blobdiff - program.tex
Major change
[u/philim/db2osl_thesis.git] / program.tex
index 020820dade0b31e0162927bfe7ccb21fb990d6d4..c66350f23a61e78d9bba747212174228208b1df3 100644 (file)
@@ -5,9 +5,11 @@ The program itself and its creation process are described in the following secti
 Section \fullref{functionality} describes the functionality the program offers.
 Section \fullref{interface} describes how this functionality is exposed to the
 program environment.
-Section \fullref{tools} explains what tools where used to create the program.
+Section \fullref{bootstrapping} explains in detail how the bootstrapping
+process was realized.
 Section \fullref{arch} describes the program architecture both on a coarse and
 a fine level.
+Section \fullref{tools} explains what tools where used to create the program.
 Section \fullref{code} describes concepts and decisions that where implemented
 on the code level to yield clean code.
 Section \fullref{stats} mentions some figures about the program.
@@ -27,10 +29,12 @@ Unless stated differently, program version $1.0$ is described
 
 \input{program_interface}
 
-\input{program_tools}
+\input{program_bootstrapping}
 
 \input{program_arch}
 
+\input{program_tools}
+
 \input{program_code}
 
 \input{program_stats}