"STI", in the protected mode,CPU will restart.
- by user299668
INTEL X86 Platform.
My programme run start at 2M absolute address in protected mode,everything seems ok, but when i enable interrupt with "sti", the CPU will restart.
Why? is there any necessary initialization before "enbale interrupt"?
i have setup the idtptr, but it seems no work.