Michael Petch

Results 2 comments of Michael Petch

Not a bug from what I can tell. The GDT and IDT have a limit that is unique. The value 1 needs to be subtracted from the real limit (per...

**Do not** add `--ignore-unresolved-symbol _GLOBAL_OFFSET_TABLE_` to LD. You hid the problem, but didn't solve it. Add `-fno-PIC` to your C FLAGS for compiling and `-no-PIE` when you link. On OSDev...