FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

new operating systems resource · andraelang/fullstackpython.com@f58c096 · GitHub

Commit f58c096

Browse files
committed
new operating systems resource
1 parent 0e94ba1 commit f58c096

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

‎all.html‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6482,6 +6482,13 @@ <h2>Operating system resources</h2>
64826482
a series of posts about how Linux works under the covers, starting from the
64836483
low level booting process.</p>
64846484
</li>
6485+
<li>
6486+
<p>While not quite necessary to run your Python application, if you want to
6487+
dig into how operating systems are built, check out this free book
6488+
<a href="https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System">How to Make a Computer Operating System</a>,
6489+
which was originally written by a high school student and later updated
6490+
as he became a professional software developer.</p>
6491+
</li>
64856492
</ul>
64866493
<h2>Operating system learning checklist</h2>
64876494
<ol>

‎operating-systems.html‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,13 @@ <h2>Operating system resources</h2>
214214
a series of posts about how Linux works under the covers, starting from the
215215
low level booting process.</p>
216216
</li>
217+
<li>
218+
<p>While not quite necessary to run your Python application, if you want to
219+
dig into how operating systems are built, check out this free book
220+
<a href="https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System">How to Make a Computer Operating System</a>,
221+
which was originally written by a high school student and later updated
222+
as he became a professional software developer.</p>
223+
</li>
217224
</ul>
218225
<h2>Operating system learning checklist</h2>
219226
<ol>

‎source/content/pages/08-web-app-deployment/10-operating-systems.markdown‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ provides a command-line interface for interacting with the RPM system.
123123
a series of posts about how Linux works under the covers, starting from the
124124
low level booting process.
125125

126+
* While not quite necessary to run your Python application, if you want to
127+
dig into how operating systems are built, check out this free book
128+
[How to Make a Computer Operating System](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System),
129+
which was originally written by a high school student and later updated
130+
as he became a professional software developer.
131+
126132

127133
## Operating system learning checklist
128134
1. Choose either a Debian-based Linux distribution such as Ubuntu or a

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL