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

1.0 error

void0red opened this issue · 5 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