hust-open-atom-club / linux-insides-zh

Linux 内核揭秘

Home Page:https://docs.hust.openatom.club/linux-insides-zh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.0 error

void0red opened this issue · comments

First of all, the kernel ensures that the ds and es segment registers point to the same
address. Next, it clears the direction flag using the cld instruction:

movw %ds, %ax
movw %ax, %es
cld

cld not sti

Please provide more information. Do you mean some errors in one chapter?

应该是上游更新了,但是下游的翻译还用之前的版本。

你如果有时间的话,可以提交一个PR来更新一下

Fixed in commit ad33bb1