mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-11-16 14:25:26 -08:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
target remote :1234
|
|
add-symbol-file build/stage1.elf
|
|
add-symbol-file build/stage2.elf
|
|
add-symbol-file build/kernel.elf
|
|
hbreak *0x7c00
|
|
c
|