6 lines
109 B
Bash
6 lines
109 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
i686-elf-gdb build/ukern.elf \
|
||
|
|
-ex "target remote localhost:1234" \
|
||
|
|
-ex "break start" \
|