mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-06-13 12:54:24 +00:00
Merge b5ec463329
into ce8e050d24
This commit is contained in:
commit
b97d129b28
@ -3,7 +3,7 @@
|
||||
**Goal: Learn how the computer memory is organized**
|
||||
|
||||
Please open page 14 [of this document](
|
||||
http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)<sup>1</sup>
|
||||
https://web.archive.org/web/20131205064209/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)<sup>1</sup>
|
||||
and look at the figure with the memory layout.
|
||||
|
||||
The only goal of this lesson is to learn where the boot sector is stored
|
||||
|
@ -14,7 +14,7 @@ but:
|
||||
- I'm fed up with people who think that reading an already existing kernel, even if small, is
|
||||
a good idea to learn operating systems.
|
||||
|
||||
Inspired by [this document](http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)
|
||||
Inspired by [this document](https://web.archive.org/web/20131205064209/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)
|
||||
and the [OSDev wiki](http://wiki.osdev.org/), I'll try to make short step-by-step READMEs and
|
||||
code samples for anybody to follow. Honestly, this tutorial is basically the first document but
|
||||
split into smaller pieces and without the theory.
|
||||
|
Loading…
Reference in New Issue
Block a user