You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the great course content, I have been thoroughly enjoying it.
I am currently busy with this video in section 4: "21. Loading our 32 bit kernel into memory and working with debugging symbols" .
Up until now I believe I have followed the course correctly, I have re-watched this video multiple times.
After setting the break point on "_start", and running the "target remote | qemu....." then pressing c, the code runs without breaking. Has anyone else had this problem?
I did load the symbols at address "0x0100000" using the "add-symbol-file"
command.
The text was updated successfully, but these errors were encountered:
To whom it may concern.
I hope you are doing well and are in good health.
Thank you for the great course content, I have been thoroughly enjoying it.
I am currently busy with this video in section 4: "21. Loading our 32 bit kernel into memory and working with debugging symbols" .
Up until now I believe I have followed the course correctly, I have re-watched this video multiple times.
After setting the break point on "_start", and running the "target remote | qemu....." then pressing c, the code runs without breaking. Has anyone else had this problem?
I did load the symbols at address "0x0100000" using the "add-symbol-file"
command.
The text was updated successfully, but these errors were encountered: