Skip to content

Commit c74d5bf

Browse files
author
JWL
committed
finished documenting the TEA OS architecture
1 parent 39849a9 commit c74d5bf

15 files changed

Lines changed: 365 additions & 188 deletions

docs/TAZ_BOOK/TAZ_BOOK_latex/TAZ_BOOK.aux

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,27 +1171,32 @@
11711171
\citation{lutalo_2026_19592521_tos_usecase}
11721172
\@writefile{lof}{\contentsline {figure}{\numberline {33.3}{\ignorespaces TEA Operating System : Use-Case Design Diagram}}{560}{figure.caption.247}\protected@file@percent }
11731173
\newlabel{FIGTOSUSECASE}{{33.3}{560}{TEA Operating System : Use-Case Design Diagram}{figure.caption.247}{}}
1174-
\@writefile{toc}{\contentsline {chapter}{\numberline {34}Conclusion}{561}{chapter.34}\protected@file@percent }
1174+
\@writefile{toc}{\contentsline {subsection}{\numberline {33.1.3}The TOS Proof-of-Concept}{563}{subsection.33.1.3}\protected@file@percent }
1175+
\@writefile{lof}{\contentsline {figure}{\numberline {33.4}{\ignorespaces TEA PROGRAM: The Initial TEA Operating System Boot-Screen Interface}}{563}{figure.33.4}\protected@file@percent }
1176+
\newlabel{FIGTOS1}{{33.4}{563}{TEA PROGRAM: The Initial TEA Operating System Boot-Screen Interface}{figure.33.4}{}}
1177+
\@writefile{lof}{\contentsline {figure}{\numberline {33.5}{\ignorespaces \textbf {TEA Operating System}: Bootscreen on TEA Mobile}}{564}{figure.caption.248}\protected@file@percent }
1178+
\newlabel{FIGTOS2}{{33.5}{564}{\textbf {TEA Operating System}: Bootscreen on TEA Mobile}{figure.caption.248}{}}
1179+
\@writefile{toc}{\contentsline {chapter}{\numberline {34}Conclusion}{565}{chapter.34}\protected@file@percent }
11751180
\@writefile{lof}{\addvspace {10\p@ }}
11761181
\@writefile{lot}{\addvspace {10\p@ }}
1177-
\newlabel{SECCONC}{{34}{561}{Conclusion}{chapter.34}{}}
1178-
\@writefile{toc}{\contentsline {chapter}{Appendix \numberline {A}PROGRAMMING FUNDAMENTALS in TEA}{563}{appendix.a.A}\protected@file@percent }
1182+
\newlabel{SECCONC}{{34}{565}{Conclusion}{chapter.34}{}}
1183+
\@writefile{toc}{\contentsline {chapter}{Appendix \numberline {A}PROGRAMMING FUNDAMENTALS in TEA}{567}{appendix.a.A}\protected@file@percent }
11791184
\@writefile{lof}{\addvspace {10\p@ }}
11801185
\@writefile{lot}{\addvspace {10\p@ }}
1181-
\newlabel{APPEFUNDAMENTALS}{{A}{563}{PROGRAMMING FUNDAMENTALS in TEA}{appendix.a.A}{}}
1182-
\@writefile{toc}{\contentsline {section}{\numberline {A.1}Introduction and SCOPE}{563}{section.a.A.1}\protected@file@percent }
1183-
\@writefile{toc}{\contentsline {section}{\numberline {A.2}TOPIC-1: Basic Syntax and Program Structure}{566}{section.a.A.2}\protected@file@percent }
1184-
\@writefile{toc}{\contentsline {section}{\numberline {A.3}TOPIC-2: Data Types and Variables}{566}{section.a.A.3}\protected@file@percent }
1185-
\@writefile{toc}{\contentsline {section}{\numberline {A.4}TOPIC-3: Operators and Expressions}{566}{section.a.A.4}\protected@file@percent }
1186-
\@writefile{toc}{\contentsline {section}{\numberline {A.5}TOPIC-4: Control Flow}{566}{section.a.A.5}\protected@file@percent }
1187-
\@writefile{toc}{\contentsline {section}{\numberline {A.6}TOPIC-5: Functions and Modularization}{566}{section.a.A.6}\protected@file@percent }
1186+
\newlabel{APPEFUNDAMENTALS}{{A}{567}{PROGRAMMING FUNDAMENTALS in TEA}{appendix.a.A}{}}
1187+
\@writefile{toc}{\contentsline {section}{\numberline {A.1}Introduction and SCOPE}{567}{section.a.A.1}\protected@file@percent }
1188+
\@writefile{toc}{\contentsline {section}{\numberline {A.2}TOPIC-1: Basic Syntax and Program Structure}{570}{section.a.A.2}\protected@file@percent }
1189+
\@writefile{toc}{\contentsline {section}{\numberline {A.3}TOPIC-2: Data Types and Variables}{570}{section.a.A.3}\protected@file@percent }
1190+
\@writefile{toc}{\contentsline {section}{\numberline {A.4}TOPIC-3: Operators and Expressions}{570}{section.a.A.4}\protected@file@percent }
1191+
\@writefile{toc}{\contentsline {section}{\numberline {A.5}TOPIC-4: Control Flow}{570}{section.a.A.5}\protected@file@percent }
1192+
\@writefile{toc}{\contentsline {section}{\numberline {A.6}TOPIC-5: Functions and Modularization}{570}{section.a.A.6}\protected@file@percent }
11881193
\bibstyle{unsrt}
11891194
\bibdata{references}
1190-
\@writefile{toc}{\contentsline {section}{\numberline {A.7}TOPIC-6: Input and Output}{567}{section.a.A.7}\protected@file@percent }
1191-
\@writefile{toc}{\contentsline {section}{\numberline {A.8}TOPIC-7: Data Structures}{567}{section.a.A.8}\protected@file@percent }
1192-
\@writefile{toc}{\contentsline {section}{\numberline {A.9}TOPIC-8: Error Handling}{567}{section.a.A.9}\protected@file@percent }
1193-
\@writefile{toc}{\contentsline {section}{\numberline {A.10}TOPIC-9: Memory and Variable Lifetime}{567}{section.a.A.10}\protected@file@percent }
1194-
\@writefile{toc}{\contentsline {section}{\numberline {A.11}TOPIC-10: Problem-Solving Mindset}{567}{section.a.A.11}\protected@file@percent }
1195+
\@writefile{toc}{\contentsline {section}{\numberline {A.7}TOPIC-6: Input and Output}{571}{section.a.A.7}\protected@file@percent }
1196+
\@writefile{toc}{\contentsline {section}{\numberline {A.8}TOPIC-7: Data Structures}{571}{section.a.A.8}\protected@file@percent }
1197+
\@writefile{toc}{\contentsline {section}{\numberline {A.9}TOPIC-8: Error Handling}{571}{section.a.A.9}\protected@file@percent }
1198+
\@writefile{toc}{\contentsline {section}{\numberline {A.10}TOPIC-9: Memory and Variable Lifetime}{571}{section.a.A.10}\protected@file@percent }
1199+
\@writefile{toc}{\contentsline {section}{\numberline {A.11}TOPIC-10: Problem-Solving Mindset}{571}{section.a.A.11}\protected@file@percent }
11951200
\bibcite{lnspaper}{1}
11961201
\bibcite{Lutalo2024gtnc}{2}
11971202
\bibcite{adtpaper}{3}
@@ -1247,7 +1252,7 @@
12471252
\bibcite{Sommerville1996Software}{53}
12481253
\bibcite{Barisic2017UsabilityDSL}{54}
12491254
\bibcite{lutalo_2026_19592521_tos_usecase}{55}
1250-
\@writefile{toc}{\contentsline {chapter}{About the Inventor of TEA}{578}{appendix*.249}\protected@file@percent }
1251-
\@writefile{lof}{\contentsline {figure}{\numberline {34.1}{\ignorespaces These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}}{579}{figure.caption.251}\protected@file@percent }
1252-
\newlabel{FIGTEACOVERS}{{34.1}{579}{These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}{figure.caption.251}{}}
1253-
\gdef \@abspage@last{618}
1255+
\@writefile{toc}{\contentsline {chapter}{About the Inventor of TEA}{582}{appendix*.250}\protected@file@percent }
1256+
\@writefile{lof}{\contentsline {figure}{\numberline {34.1}{\ignorespaces These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}}{583}{figure.caption.252}\protected@file@percent }
1257+
\newlabel{FIGTEACOVERS}{{34.1}{583}{These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}{figure.caption.252}{}}
1258+
\gdef \@abspage@last{622}

docs/TAZ_BOOK/TAZ_BOOK_latex/TAZ_BOOK.lof

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
\contentsline {figure}{\numberline {33.1}{\ignorespaces Welcome to the TOS: \textbf {TEA Operating System}!}}{547}{figure.caption.245}%
159159
\contentsline {figure}{\numberline {33.2}{\ignorespaces \textbf {A Hacker's Dream Come True?} The proposal to bring to life a \textbf {TEA Operating System}!}}{557}{figure.caption.246}%
160160
\contentsline {figure}{\numberline {33.3}{\ignorespaces TEA Operating System : Use-Case Design Diagram}}{560}{figure.caption.247}%
161+
\contentsline {figure}{\numberline {33.4}{\ignorespaces TEA PROGRAM: The Initial TEA Operating System Boot-Screen Interface}}{563}{figure.33.4}%
162+
\contentsline {figure}{\numberline {33.5}{\ignorespaces \textbf {TEA Operating System}: Bootscreen on TEA Mobile}}{564}{figure.caption.248}%
161163
\addvspace {10\p@ }
162164
\addvspace {10\p@ }
163-
\contentsline {figure}{\numberline {34.1}{\ignorespaces These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}}{579}{figure.caption.251}%
165+
\contentsline {figure}{\numberline {34.1}{\ignorespaces These images [the present and likewise the book's cover illustrations] were generated via Microsoft's Bing Image Creator via original prompt engineering by the author of the book TEA TAZ as potential cover illustrations for the manuscript. They are meant to remind one of the respectable ancient craft of using knowledge of science and philosophy to prepare special chemical reagents that could transmute things, materials and such, from one form (usually the ``mundane" or ``basal" form) into sublime, fine and precious forms. An art perhaps better known as \textit {Alchemy}, and which tradition and history tells us, even the great eminent scientist and mathematician, Sir. Isaac Newton, devoted some significant time to. Thus, like in those ancient sciences and empirical philosophies, the spirit of transformation and crafting transforming formulae lives on in the TEA, Transforming Executable Alphabet computer transforming language.--- \textbf {Fut. Prof. J. Willrich Lutalo C.M.R.W}}}{583}{figure.caption.252}%

0 commit comments

Comments
 (0)