Explorar o código

Merge pull request #5 from ecksun/patch-1

Update linux-bootstrap-1.md
0xAX %!s(int64=10) %!d(string=hai) anos
pai
achega
95da517692
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      linux-bootstrap-1.md

+ 1 - 1
linux-bootstrap-1.md

@@ -53,7 +53,7 @@ But if we take the biggest segment part and offset: `0xffff:0xffff`, it will be:
 '0x10ffef'
 ```
 
-which is 65519 bytes over first megabyte. Since only one megabite accessible in real mode, `0x10ffef` becomes `0x00ffef` with disabled [A20](http://en.wikipedia.org/wiki/A20_line).
+which is 65519 bytes over first megabyte. Since only one megabyte accessible in real mode, `0x10ffef` becomes `0x00ffef` with disabled [A20](http://en.wikipedia.org/wiki/A20_line).
 
 Ok, now we know about real mode and memory addressing, let's back to registers values after reset.