Skip to content

Commit 9f1550b

Browse files
authored
Chapter 8: Loading an ELF file (#41) and chapter rearrange
Added ELF Part and All chapters are rearranged, added parts divisor, and a .pandoc folder with all the configuration stuff that are not part of the main chapters.
1 parent 1dd6105 commit 9f1550b

58 files changed

Lines changed: 503 additions & 216 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
\part*{Appendices}
2+
\addcontentsline{toc}{part}{Appendices}
3+
\appendix
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Architecture And Basic Driers}

.pandoc/decorators/part_build.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Build Process}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Conclusion}

.pandoc/decorators/part_elfs.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Loading ELFs}

.pandoc/decorators/part_ipc.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Inter Process Communication}

.pandoc/decorators/part_memory.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Memory Management}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Scheduling and Processes}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{Userspace}

.pandoc/decorators/part_vfs.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\part{The Virtual File System}

0 commit comments

Comments
 (0)