File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ os-tutorial
33
44How 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+
68I have always wanted to learn how to make an OS from scratch. In college I was taught
79how to implement advanced features (pagination, semaphores, memory management, etc)
810but:
@@ -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,
2830excessive 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
3334How to use this tutorial
3435------------------------
3536
36371 . 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
40412 . Read each README first. Especially the first line, which details the concepts you should be familiar with
4142before reading the code.
You can’t perform that action at this time.
0 commit comments