| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6482,6 +6482,13 @@ <h2>Operating system resources</h2> | |||
| 6482 | 6482 | a series of posts about how Linux works under the covers, starting from the | |
| 6483 | 6483 | low level booting process.</p> | |
| 6484 | 6484 | </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> | ||
| 6485 | 6492 | </ul> | |
| 6486 | 6493 | <h2>Operating system learning checklist</h2> | |
| 6487 | 6494 | <ol> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -214,6 +214,13 @@ <h2>Operating system resources</h2> | |||
| 214 | 214 | a series of posts about how Linux works under the covers, starting from the | |
| 215 | 215 | low level booting process.</p> | |
| 216 | 216 | </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> | ||
| 217 | 224 | </ul> | |
| 218 | 225 | <h2>Operating system learning checklist</h2> | |
| 219 | 226 | <ol> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,6 +123,12 @@ provides a command-line interface for interacting with the RPM system. | |||
| 123 | 123 | a series of posts about how Linux works under the covers, starting from the | |
| 124 | 124 | low level booting process. | |
| 125 | 125 | ||
| 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 | + | ||
| 126 | 132 | ||
| 127 | 133 | ## Operating system learning checklist | |
| 128 | 134 | 1. Choose either a Debian-based Linux distribution such as Ubuntu or a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments