commit | 15721bff601362ed322fde36389a6d5adbf99133 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Sep 30 12:55:54 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 11 13:41:54 2014 -0400 |
tree | 9590e93a1aaa31b95c65d81c9f53547f672343db | |
parent | 1188480ae5e7834d668b6e922293d37ad9e7f3b9 [diff] |
Fully restore 16bit state during call16_sloppy() When transitioning back to 16bit mode from within call32(), restore the full state (cmos index, gdt, fs/gs) in addition to restoring the original stack. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>