mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
set architecture i386:x86-64
|
|
symbol-file build/kernel.elf.sym
|
|
target remote localhost:1234
|
|
break kernel_main
|
|
continue
|
|
disconnect
|
|
set architecture i386:x86-64
|
|
target remote localhost:1234
|