Skip to content

Commit 64a5c27

Browse files
authored
Update 01_README.md (#140)
* Update 01_README.md * Update 01_README.md changes suggested!
1 parent f1e9724 commit 64a5c27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

00_Introduction/01_README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Whether you're reading this online, or in a book, welcome to our collection of notes about operating systems development! We've written these while writing (and re-writing) our own kernels, with the intent of guiding a reader through the various stages of building an operating system from scratch. We've tried to focus more on the concepts and theory behind the various components, with the code only provided to help solidify some concepts.
44

5+
The main purpose of this book is to explore the whole process from a beginners point of view: we decided to keep things as simple as possible for this reason. Readers with more experience will notice that some design decisions and comments are not the optimal way to implement some things, or that some descriptions are over simplified - this is on purpose. The intent here is to provide a jumping-off point for the readers to continue on from.
6+
57
We hope you enjoy, and find something interesting here!
68

79
## Structure Of The Book
@@ -28,3 +30,4 @@ Below the list of parts that compose the book:
2830
* *Going Beyond* - The final part (for now). We have implemented all the core components of a kernel, and we are free to go from here. This final chapter contains some ideas for new components that we might want to add, or at least begin thinking about.
2931

3032
In the appendices we cover various topic, from debugging tips, language specific information, troubleshooting, etc.
33+

0 commit comments

Comments
 (0)