mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
lesson 3, boot sector with memory addressing
This commit is contained in:
parent
5434aa1d03
commit
3a8b9086d4
@ -33,7 +33,8 @@ the bytes following 1 and 2 are just random garbage.
|
|||||||
If you add or remove instructions, remember to compute the new offset of the X
|
If you add or remove instructions, remember to compute the new offset of the X
|
||||||
by counting the bytes, and replace `0x2d` with the new one.
|
by counting the bytes, and replace `0x2d` with the new one.
|
||||||
|
|
||||||
~~~~~
|
|
||||||
|
-----
|
||||||
|
|
||||||
[1] This whole tutorial is heavily inspired on that document. Please read the
|
[1] This whole tutorial is heavily inspired on that document. Please read the
|
||||||
root-level README for more information on that.
|
root-level README for more information on that.
|
||||||
|
Loading…
Reference in New Issue
Block a user