linux-insides-zh icon indicating copy to clipboard operation
linux-insides-zh copied to clipboard

1.0 error

Open void0red opened this issue 5 years ago • 0 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

void0red avatar Feb 19 '20 13:02 void0red