Page 1 of 1

Bochs error

Posted: Wed Jan 29, 2003 7:34 pm
by beyondsociety
What does this mean in Bochs?

Code: Select all

load_seg_reg: LDT invalid

Re:Bochs error

Posted: Thu Jan 30, 2003 8:05 am
by pini
beyondsociety wrote: What does this mean in Bochs?

Code: Select all

load_seg_reg: LDT invalid
Its written just above : your LDT is invalid. If you didn't use LDT, so check that the code you want to execute is at the place it should be. In the other case, the memory may contain invalid code (I experienced it some times when writing my bootloader).