Conversation
c4cd49a to
0b4d2f7
Compare
0b4d2f7 to
09868ea
Compare
| Where sdX is the device name of your USB stick. **Be careful** to choose the correct device name, because everything on that device is overwritten. | ||
|
|
||
| ## Debugging | ||
| Set a breakpoint at address `0x7c00`. Disassemble instructions with gdb: |
There was a problem hiding this comment.
This address will differ between versions of bootloader and possibly between assembler versions.
There was a problem hiding this comment.
That's the address BIOS jumps to to start code execution, we'll always have something there
|
I disagree; when the bootloader gains UEFI support 0x7C00 will no longer be a constant address, I believe. |
I mean, the documentation documents the current behavior if this changes the documentation should be changed accordingly |
phil-opp
left a comment
There was a problem hiding this comment.
Looks good to me, thanks a lot!
I agree that we can leave the 0x7c00 debug address in for now, we will have to update the documentation in many places for the new UEFI bootloader anyway.
I documented the build process and added
sseto the feature list and a little debug help section