Skip to content

Commit cfdc18a

Browse files
committed
updated readme
1 parent bd6f4a8 commit cfdc18a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ os-tutorial
33

44
How to create an OS from scratch!
55

6+
**New lessons will be added about every week, at the same pace that I learn each concept**
7+
68
I have always wanted to learn how to make an OS from scratch. In college I was taught
79
how to implement advanced features (pagination, semaphores, memory management, etc)
810
but:
@@ -27,15 +29,14 @@ top to bottom.
2729
- There is little theory. Yes, this is a feature. Google is your theory lecturer. Once you pass college,
2830
excessive theory is worse than no theory because it makes things seem more difficult than they really are.
2931
- The lessons are tiny and may take 5-15 minutes to complete. Trust me and trust yourself. You can do it!
30-
- New lessons will be added about every week, at the same pace that I learn the concept
3132

3233

3334
How to use this tutorial
3435
------------------------
3536

3637
1. Start with the first folder and go down in order. They build on previous code, so if
37-
you jump right to folder 08, you may find a lot of stuff which is not related
38-
to what folder 08 is about.
38+
you jump right to folder 05 and don't know why there is a `mov ah, 0x0e`, it's because you missed lecture 02.
39+
Really, just go in order. You can always skip stuff you already know.
3940

4041
2. Read each README first. Especially the first line, which details the concepts you should be familiar with
4142
before reading the code.

0 commit comments

Comments
 (0)