Currently, when using GDB, the only symbols it recognizes are from stage0.o. I want to fix this to use symbols from all source files.
I could possibly look into doing something to flatten all of the symbols. Maybe have NASM generate symbol files? Generally, I need to look into how GDB handles these symbols.
Currently, when using GDB, the only symbols it recognizes are from stage0.o. I want to fix this to use symbols from all source files.
I could possibly look into doing something to flatten all of the symbols. Maybe have NASM generate symbol files? Generally, I need to look into how GDB handles these symbols.