You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ How to Make a Computer Operating System
3
3
4
4
**Caution**: This repository is a remake of my old course. It was written several years ago [as one of my first projects when I was in High School](https://github.com/SamyPesse/devos), I'm still refactoring some parts. The original course was in French and I'm not an English native. I'm going to continue and improve this course in my free-time.
5
5
6
-
**Source Code**: All the system source code will be stored in the `src` directory. Each step will contain links to the different related files.
6
+
**Book**: An online version is available at [http://samypesse.github.io/How-to-Make-a-Computer-Operating-System/](http://samypesse.github.io/How-to-Make-a-Computer-Operating-System/). It was been generated using [GitBook](https://github.com/GitbookIO/gitbook).
7
+
8
+
**Source Code**: All the system source code will be stored in the [src](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/tree/master/src) directory. Each step will contain links to the different related files.
7
9
8
10
**Contributions**: This course is open to contributions, feel free to signal errors with issues or directly correct the errors with pull-requests.
0 commit comments