fixed grammar in linux-bootstrap-1.md, Start of kernel setup section

pull/290/head
ruthgrace 9 years ago
parent fee77bccbb
commit 23e9c2751a

@ -321,7 +321,7 @@ Actually this is the first code that runs (aside from the previous jump instruct
state.cs = segment + 0x20;
```
It means that segment registers will have following values after kernel setup starts:
It means that segment registers will have the following values after kernel setup starts:
```
gs = fs = es = ds = ss = 0x1000

Loading…
Cancel
Save