Merge pull request #216 from QuentinPerez/missing_register

missing register
pull/233/head
0xAX 9 years ago
commit a9f8ac57b3

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

Loading…
Cancel
Save