1.0 error
void0red opened this issue · 5 comments
void0red commented
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
mudongliang commented
Please provide more information. Do you mean some errors in one chapter?
void0red commented
it seems to be cld
not sti
see at:
mudongliang commented
应该是上游更新了,但是下游的翻译还用之前的版本。
mudongliang commented
你如果有时间的话,可以提交一个PR来更新一下
mudongliang commented
Fixed in commit ad33bb1