dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
805 stars 109 forks source link

Fix ES Segment Handling #295

Closed dthain closed 11 months ago

dthain commented 11 months ago

Save and restore es, fs, gs segments in interrupts and context switch. Remove workaround from sysstat for es register.