Skip to content

Commit b3c1d9a

Browse files
committed
Add information about online version in readme
1 parent 8d72687 commit b3c1d9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ How to Make a Computer Operating System
33

44
**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.
55

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.
79

810
**Contributions**: This course is open to contributions, feel free to signal errors with issues or directly correct the errors with pull-requests.
911

0 commit comments

Comments
 (0)