Merge pull request #5 from fan624009652/master

Fix some typo in appendix of lab 1
This commit is contained in:
chyyuu 2018-04-15 18:42:51 +08:00 committed by GitHub
commit 8bf00fb333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ si
si
...
```
4 此时的`CS=0xf, IP=fff0`如果想看BIOS的代码
4 此时的`CS=0xf000, EIP=0xfff0`如果想看BIOS的代码
```
x /2i 0xffff0
```