Bochs error

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
beyondsociety

Bochs error

Post by beyondsociety »

What does this mean in Bochs?

Code: Select all

load_seg_reg: LDT invalid
pini

Re:Bochs error

Post 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).
Post Reply