There's something strange about this.
First I load a good ldt (i know it's good because i tried an
'int' instruction by hand).
Then, I program the 8259 to remap irq's to ints 0x20-0x2F
and unmask all 16 irq's.
Then I "sti"... but get no interrupts at all. Not even the
system clock.
Obviously I must be doing something wrong because the same
happens in both vmware and bochs

I also tried to "sti" right after going into pmode (before
loading my ldt, thus using the default one at 0x0) just to see
things crashing... but again, NOTHING HAPPENED!
is it possible to "sti" and still get no interrupts at all?
The answer to me is "yes" if you mess with the pic and
not enable the interrupts later... but i tried both things
(to "sti" after programming the pic and *before* doing anything with idt and the pic).
I'm kinda lost on this one

Thanks in advance!