Untitled_Kernel/connect_gdb.sh
Jake Holtham 20357559c1 The beginning of paging!
The kernel resides in the higher half, and as of now still identity maps the lower half for compatibility. Will not merge back to master until all the previous features work properly in virtual memory..
2025-07-15 14:52:48 -04:00

5 lines
109 B
Bash
Executable file

#!/bin/bash
i686-elf-gdb build/ukern.elf \
-ex "target remote localhost:1234" \
-ex "break start" \